ai generated solutions to our ai generated problems

This commit is contained in:
Heidi
2026-06-18 00:53:26 +01:00
parent 58c0435d5a
commit 6745a2ff81
+7 -2
View File
@@ -1599,11 +1599,16 @@ function AppContent() {
ref={navPillRef} ref={navPillRef}
> >
<button <button
className="hidden shrink-0 rounded-full px-3 py-2 text-sm font-bold tracking-tight transition hover:bg-surface hover:text-fury-cyan sm:block" aria-label="Go to Toothless' TSS Bot home"
className="hidden h-10 w-10 shrink-0 place-items-center rounded-full transition hover:bg-surface sm:grid"
onClick={() => navigate('/')} onClick={() => navigate('/')}
type="button" type="button"
> >
Toothless&apos; TSS Bot <img
alt=""
className="h-8 w-8 rounded-full"
src="/embed-icon.svg"
/>
</button> </button>
<nav className="flex min-w-0 items-center gap-1 overflow-x-auto"> <nav className="flex min-w-0 items-center gap-1 overflow-x-auto">