tangled
alpha
login
or
join now
retr0.id
/
pdsls
forked from
pds.ls/pdsls
1
fork
atom
atproto explorer
1
fork
atom
overview
issues
pulls
pipelines
fix header margin
handle.invalid
4 months ago
c437950f
7f7dd973
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
layout.tsx
+1
-1
src/layout.tsx
···
82
82
<span class="iconify tabler--binary-tree-filled text-[#76c4e5]"></span>
83
83
<span>PDSls</span>
84
84
</A>
85
85
-
<div class="dark:bg-dark-300/60 relative -mr-1 flex items-center gap-1 rounded-lg bg-neutral-50/60">
85
85
+
<div class="dark:bg-dark-300/60 relative flex items-center gap-1 rounded-lg bg-neutral-50/60">
86
86
<Show when={location.pathname !== "/"}>
87
87
<SearchButton />
88
88
</Show>