From 2aefe40cd37c5ac724f762af804fe5ca7779bdab Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Fri, 9 May 2025 04:32:03 -0500 Subject: [PATCH] web: timeline: add space between Discord and or Add a space between the Discord link and the next word "or". This only shows up on the timeline if you are not logged in...meaning it's one of the first things a new user sees. --- appview/pages/templates/timeline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appview/pages/templates/timeline.html b/appview/pages/templates/timeline.html index 92d260e3..1ef0dabd 100644 --- a/appview/pages/templates/timeline.html +++ b/appview/pages/templates/timeline.html @@ -23,7 +23,7 @@
tightly-knit social coding, join now {{ i "arrow-right" "w-4 h-4" }} -

Join our Discordor IRC channel: #tangled on Libera Chat. +

Join our Discord or IRC channel: #tangled on Libera Chat. Read an introduction to Tangled here.

-- 2.51.2