atproto explorer
0
fork

Configure Feed

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

full width handle navbar

Juliet 241d3285 0492e5e9

+1 -1
+1 -1
src/components/navbar.tsx
··· 101 101 <A 102 102 end 103 103 href={`/at://${props.params.repo}`} 104 - inactiveClass={`text-blue-400 hover:underline active:underline ${!showHandle() ? "w-full" : ""}`} 104 + inactiveClass="text-blue-400 hover:underline active:underline w-full" 105 105 > 106 106 {showHandle() ? handle() : props.params.repo} 107 107 </A>