ai generated solutions to our ai generated problems
This commit is contained in:
@@ -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' TSS Bot</p>
|
||||
<p>Toothless' TSS Bot · {siteVersion}</p>
|
||||
<div className="flex flex-wrap gap-4">
|
||||
<button
|
||||
className="w-fit font-semibold text-fury-cyan transition hover:text-text"
|
||||
|
||||
Reference in New Issue
Block a user