fix: Remove $inspect (left over from testing)

This commit is contained in:
April Hall 2025-02-06 23:57:24 -05:00
parent e46e6b51f4
commit 41a1a64677
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -8,8 +8,6 @@
const { channelName }: Props = $props(); const { channelName }: Props = $props();
const color = $derived(page.params.channel === channelName ? 'text-primary' : 'text-muted-foreground hover:text-primary'); const color = $derived(page.params.channel === channelName ? 'text-primary' : 'text-muted-foreground hover:text-primary');
$inspect(page.params.channel, color);
</script> </script>
<a href={`/channel/${channelName}`} class={`flex items-center gap-3 rounded-lg px-3 py-2 transition-all ${color}`}> <a href={`/channel/${channelName}`} class={`flex items-center gap-3 rounded-lg px-3 py-2 transition-all ${color}`}>