From 197fb914f0cc882dbf63b2c75a63a5094f1b4b5f Mon Sep 17 00:00:00 2001 From: NotSoToothless <67082114+FURRO404@users.noreply.github.com> Date: Sun, 7 Jun 2026 19:45:28 -0700 Subject: [PATCH] I HATE AI WEBSITE SLOPS (#1313) --- web/locales/en.json | 2 +- web/views/timeline.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/locales/en.json b/web/locales/en.json index dfc7036..2ee14ca 100644 --- a/web/locales/en.json +++ b/web/locales/en.json @@ -923,7 +923,7 @@ "label": "Scoreboards", "date": "August 2024", "title": "The First Logs", - "description": "The original use for the bot was automating codeblock (diff) scoreboards with red and green lines. You'd run a command, manually input how many of each type there were, and it would update the message above. Zero tracking, zero automation. The style was heavily influenced by TheH0G (Cade) and progavman (Prog), who I met in SNLK." + "description": "The bot began as a manual command for updating red-and-green diff scoreboards, with no tracking or automation. Its style was heavily influenced by TheH0G (Cade) and progavman (Prog), who I met in SNLK." }, "3": { "label": "Rebrand", diff --git a/web/views/timeline.ejs b/web/views/timeline.ejs index b5feacb..46b3f73 100644 --- a/web/views/timeline.ejs +++ b/web/views/timeline.ejs @@ -106,7 +106,7 @@ @media (min-width: 1024px) { .timeline { - margin-top: 12vh; + margin-top: 10.2vh; } .timeline-grid { grid-template-columns: repeat(3, 1fr);