tangled
alpha
login
or
join now
futur.blue
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
header icon bg
juli.ee
5 months ago
4b888b68
25837511
verified
This commit was signed with the committer's
known signature
.
juli.ee
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+2
-1
2 changed files
expand all
collapse all
unified
split
.gitignore
src
layout.tsx
+1
.gitignore
···
1
1
node_modules
2
2
dist
3
3
.env
4
4
+
.DS_Store
+1
-1
src/layout.tsx
···
70
70
<span class="iconify tabler--binary-tree-filled text-[#76c4e5]"></span>
71
71
<span>PDSls</span>
72
72
</A>
73
73
-
<div class="relative -mr-1 flex items-center gap-1">
73
73
+
<div class="dark:bg-dark-300/50 relative -mr-1 flex items-center gap-1 rounded-lg bg-neutral-50/50">
74
74
<Show when={location.pathname !== "/"}>
75
75
<SearchButton />
76
76
</Show>