tangled
alpha
login
or
join now
aylac.top
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
full width handle navbar
handle.invalid
5 months ago
241d3285
0492e5e9
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
navbar.tsx
+1
-1
src/components/navbar.tsx
···
101
101
<A
102
102
end
103
103
href={`/at://${props.params.repo}`}
104
104
-
inactiveClass={`text-blue-400 hover:underline active:underline ${!showHandle() ? "w-full" : ""}`}
104
104
+
inactiveClass="text-blue-400 hover:underline active:underline w-full"
105
105
>
106
106
{showHandle() ? handle() : props.params.repo}
107
107
</A>