tangled
alpha
login
or
join now
vielle.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
move header icons
handle.invalid
6 months ago
3015ba17
4f241301
+7
-7
1 changed file
expand all
collapse all
unified
split
src
layout.tsx
+7
-7
src/layout.tsx
···
45
45
</MetaProvider>
46
46
<header class="mb-4 flex w-[22rem] items-center sm:w-[24rem]">
47
47
<div class="flex basis-1/3 gap-x-2">
48
48
-
<Tooltip text="Relay">
49
49
-
<A href="/jetstream" class="iconify lucide--radio-tower text-xl"></A>
50
50
-
</Tooltip>
48
48
+
<AccountManager />
49
49
+
<Show when={agent()}>
50
50
+
<RecordEditor create={true} />
51
51
+
</Show>
51
52
</div>
52
53
<div class="flex basis-1/3 justify-center">
53
54
<A
···
60
61
</A>
61
62
</div>
62
63
<div class="flex basis-1/3 items-center justify-end gap-x-2">
63
63
-
<Show when={agent()}>
64
64
-
<RecordEditor create={true} />
65
65
-
</Show>
66
66
-
<AccountManager />
64
64
+
<Tooltip text="Relay">
65
65
+
<A href="/jetstream" class="iconify lucide--radio-tower text-xl"></A>
66
66
+
</Tooltip>
67
67
<Settings />
68
68
</div>
69
69
</header>