atproto explorer

move header icons

+7 -7
+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 - <Tooltip text="Relay"> 49 - <A href="/jetstream" class="iconify lucide--radio-tower text-xl"></A> 50 - </Tooltip> 48 + <AccountManager /> 49 + <Show when={agent()}> 50 + <RecordEditor create={true} /> 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 - <Show when={agent()}> 64 - <RecordEditor create={true} /> 65 - </Show> 66 - <AccountManager /> 64 + <Tooltip text="Relay"> 65 + <A href="/jetstream" class="iconify lucide--radio-tower text-xl"></A> 66 + </Tooltip> 67 67 <Settings /> 68 68 </div> 69 69 </header>