minimal streamplace frontend
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

hide handle in header on small display

Juliet 02afdc55 4057cc9f

+1 -1
+1 -1
src/components/LoginButton.tsx
··· 85 85 </> 86 86 } 87 87 > 88 - <span class="text-sp-dim text-sm">@{loggedInHandle() || "..."}</span> 88 + <span class="text-sp-dim hidden text-sm sm:inline">@{loggedInHandle() || "..."}</span> 89 89 <button 90 90 class="border-sp-border text-sp-dim hover:border-sp-red hover:text-sp-red rounded-sm border px-3 py-1.5 text-sm transition-colors" 91 91 onClick={() => signOut()}