mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-05-01 00:31:08 +00:00
save
This commit is contained in:
parent
e78279114a
commit
55ceb187a1
1 changed files with 12 additions and 10 deletions
|
@ -53,6 +53,7 @@
|
|||
{/key}
|
||||
{/if}
|
||||
|
||||
{#if remainingAccounts.length > 0}
|
||||
<GroupedListSection>
|
||||
{#each remainingAccounts as account (account.id_key)}
|
||||
<div animate:flip={{ duration: 250 }} transition:blur>
|
||||
|
@ -64,6 +65,7 @@
|
|||
{/each}
|
||||
</GroupedListSection>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
<GroupedListSection>
|
||||
<SettingsListItem icon={ArrowRightEndOnRectangle} route="/account/add">Sign in</SettingsListItem>
|
||||
|
|
Loading…
Add table
Reference in a new issue