ai generated solutions to our ai generated problems
This commit is contained in:
@@ -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' 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">
|
||||||
|
|||||||
Reference in New Issue
Block a user