ssb: tags never got an updated CSS treatment.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled

This commit is contained in:
2025-01-02 08:49:24 -05:00
parent a3b76cd5c2
commit 7ecda69703
3 changed files with 4 additions and 4 deletions

View File

@ -749,7 +749,7 @@ class TfMessageElement extends LitElement {
);
} else if (content.type === 'channel') {
return this.render_small_frame(html`
<div>
<div class="w3-container">
${content.subscribed ? 'subscribed to' : 'unsubscribed from'}
<a href=${'#' + encodeURIComponent('#' + content.channel)}
>#${content.channel}</a