forked from pdsls.dev/pdsls
atproto explorer

header icon bg

juli.ee 4b888b68 25837511

verified
Changed files
+2 -1
src
+1
.gitignore
··· 1 node_modules 2 dist 3 .env
··· 1 node_modules 2 dist 3 .env 4 + .DS_Store
+1 -1
src/layout.tsx
··· 70 <span class="iconify tabler--binary-tree-filled text-[#76c4e5]"></span> 71 <span>PDSls</span> 72 </A> 73 - <div class="relative -mr-1 flex items-center gap-1"> 74 <Show when={location.pathname !== "/"}> 75 <SearchButton /> 76 </Show>
··· 70 <span class="iconify tabler--binary-tree-filled text-[#76c4e5]"></span> 71 <span>PDSls</span> 72 </A> 73 + <div class="dark:bg-dark-300/50 relative -mr-1 flex items-center gap-1 rounded-lg bg-neutral-50/50"> 74 <Show when={location.pathname !== "/"}> 75 <SearchButton /> 76 </Show>