From 7ecda697038cc0fe15bd36b8ea4a44866f255111 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 2 Jan 2025 08:49:24 -0500 Subject: [PATCH] ssb: tags never got an updated CSS treatment. --- apps/ssb.json | 2 +- apps/ssb/tf-message.js | 2 +- apps/ssb/tf-tag.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/ssb.json b/apps/ssb.json index bc7336505..b9eb5b7e2 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🦀", - "previous": "&LZizSyrgaKYbjRKj2FfmnCTnkB39ndQ9AVWVC4o3AQk=.sha256" + "previous": "&v4G7UquiGKOEeMGY8UWUyy3cjwHx86/3EU256uvi4Es=.sha256" } diff --git a/apps/ssb/tf-message.js b/apps/ssb/tf-message.js index c1db855ef..c6526ed2b 100644 --- a/apps/ssb/tf-message.js +++ b/apps/ssb/tf-message.js @@ -749,7 +749,7 @@ class TfMessageElement extends LitElement { ); } else if (content.type === 'channel') { return this.render_small_frame(html` -
+
${content.subscribed ? 'subscribed to' : 'unsubscribed from'} #${content.channel}${this.tag}${number}`; + > `; } }