fix: Add # prefix to channel names in page title
This commit is contained in:
parent
e0364bb90b
commit
624d10a580
@ -31,7 +31,7 @@
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>SVChat | {channel}</title>
|
||||
<title>SVChat | #{channel}</title>
|
||||
</svelte:head>
|
||||
|
||||
{#snippet message(messages: TypeMessage[])}
|
||||
|
Loading…
Reference in New Issue
Block a user