atproto explorer

move create record icon to the right

+3 -1
+3 -1
src/layout.tsx
··· 53 53 <Tooltip text="Go to repo"> 54 54 <A href={`/at://${agent()?.sub}`} class="iconify lucide--book-user text-xl"></A> 55 55 </Tooltip> 56 - <RecordEditor create={true} /> 57 56 </Show> 58 57 </div> 59 58 <div class="flex basis-1/3 justify-center"> ··· 66 65 </A> 67 66 </div> 68 67 <div class="flex basis-1/3 items-center justify-end gap-x-2"> 68 + <Show when={agent()}> 69 + <RecordEditor create={true} /> 70 + </Show> 69 71 <AccountManager /> 70 72 <Settings /> 71 73 </div>