fix: Remove $inspect (left over from testing)
This commit is contained in:
parent
e46e6b51f4
commit
41a1a64677
@ -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}`}>
|
||||||
|
Loading…
Reference in New Issue
Block a user