ssb: Restore missing # when viewing an unsubscribed channel.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 18m54s

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

@@ -1,5 +1,5 @@
{ {
"type": "tildefriends-app", "type": "tildefriends-app",
"emoji": "🦀", "emoji": "🦀",
"previous": "&fzy0c20XeWQZt1G4nCmWgPeS/NfGdMzy3k79Fd0OkQM=.sha256" "previous": "&yw1a+Mxb3+vFtzEQijo6Ty0Z+HkBC36XpfZQRlJ2PaQ=.sha256"
} }

View File

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