ai generated solutions to our ai generated problems
This commit is contained in:
@@ -1599,11 +1599,16 @@ function AppContent() {
|
||||
ref={navPillRef}
|
||||
>
|
||||
<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('/')}
|
||||
type="button"
|
||||
>
|
||||
Toothless' TSS Bot
|
||||
<img
|
||||
alt=""
|
||||
className="h-8 w-8 rounded-full"
|
||||
src="/embed-icon.svg"
|
||||
/>
|
||||
</button>
|
||||
|
||||
<nav className="flex min-w-0 items-center gap-1 overflow-x-auto">
|
||||
|
||||
Reference in New Issue
Block a user