ssb: Restore missing # when viewing an unsubscribed channel.

This commit is contained in:
2025-10-28 12:41:59 -04:00
parent b3604039fa
commit 9399ccd684
2 changed files with 2 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ class TfTabNewsElement extends LitElement {
href="#"
class="w3-bar-item w3-button"
style="font-weight: bold"
>${this.hash.substring(2)}</a
>${this.hash.substring(1)}</a
>
`
: undefined}