This commit is contained in:
Heidi
2026-05-15 00:38:23 +01:00
parent 4a0a00cbb8
commit 0f57bcdfc4
5 changed files with 158 additions and 6 deletions
+2 -2
View File
@@ -390,7 +390,7 @@ function App() {
: route.page === 'uptime'
? "Uptime | Toothless' TSS Bot"
: route.page === 'viewers'
? "viewers | Toothless' TSS Bot"
? "Viewers | Toothless' TSS Bot"
: route.page === 'privacy'
? "Privacy notice | Toothless' TSS Bot"
: "Toothless' TSS Bot"
@@ -959,7 +959,7 @@ function Footer({ navigate }) {
onClick={() => navigate('/viewers')}
type="button"
>
viewers
Viewers
</button>
<button
className="w-fit font-semibold text-fury-cyan transition hover:text-text"