atproto explorer

move create record icon to the right

+3 -1
+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"> 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> 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>