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 create record icon to the right
handle.invalid
6 months ago
677799b1
68629be8
+3
-1
1 changed file
expand all
collapse all
unified
split
src
layout.tsx
+3
-1
src/layout.tsx
···
53
<Tooltip text="Go to repo">
54
<A href={`/at://${agent()?.sub}`} class="iconify lucide--book-user text-xl"></A>
55
</Tooltip>
56
-
<RecordEditor create={true} />
57
</Show>
58
</div>
59
<div class="flex basis-1/3 justify-center">
···
66
</A>
67
</div>
68
<div class="flex basis-1/3 items-center justify-end gap-x-2">
0
0
0
69
<AccountManager />
70
<Settings />
71
</div>
···
53
<Tooltip text="Go to repo">
54
<A href={`/at://${agent()?.sub}`} class="iconify lucide--book-user text-xl"></A>
55
</Tooltip>
0
56
</Show>
57
</div>
58
<div class="flex basis-1/3 justify-center">
···
65
</A>
66
</div>
67
<div class="flex basis-1/3 items-center justify-end gap-x-2">
68
+
<Show when={agent()}>
69
+
<RecordEditor create={true} />
70
+
</Show>
71
<AccountManager />
72
<Settings />
73
</div>