tangled
alpha
login
or
join now
olaren.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
fix homepage handle padding
handle.invalid
1 month ago
5d4da405
5488a7ca
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
views
home.tsx
+1
-1
src/views/home.tsx
···
104
104
profile.handle === "coil-habdle.ebil.club",
105
105
}}
106
106
/>
107
107
-
<span class="w-full truncate text-center text-xs text-neutral-600 dark:text-neutral-300">
107
107
+
<span class="w-full truncate px-0.5 text-center text-xs text-neutral-600 dark:text-neutral-300">
108
108
@{profile.handle}
109
109
</span>
110
110
</A>