ai generated solutions to our ai generated problems

This commit is contained in:
2026-06-18 00:46:43 +01:00
parent 930e53bf51
commit 58c0435d5a
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -42,6 +42,7 @@ const analyticsConsentVersion = 3
const themePreferenceKey = 'tssbot.theme'
const themePreferenceCookie = 'tssbot_theme'
const liveRefreshMs = 15000
const siteVersion = 'v1'
const turnstileSiteKey = import.meta.env.VITE_TURNSTILE_SITE_KEY || ''
@@ -1676,7 +1677,7 @@ function Footer({ navigate }) {
return (
<footer className="mt-14 border-t border-border bg-fury-white">
<div className="mx-auto flex w-full max-w-7xl flex-col gap-3 px-5 py-6 text-sm text-text-soft sm:flex-row sm:items-center sm:justify-between sm:px-8">
<p>Toothless&apos; TSS Bot</p>
<p>Toothless&apos; TSS Bot · {siteVersion}</p>
<div className="flex flex-wrap gap-4">
<button
className="w-fit font-semibold text-fury-cyan transition hover:text-text"