From ac59c88f8b78065a56ff238e870852f5447922f3 Mon Sep 17 00:00:00 2001 From: Vlad Keliy Date: Tue, 17 Sep 2024 11:07:37 +0300 Subject: [PATCH] feature(login) Swap places of login and sign-up buttons --- src/lib/ui/app/AccountDropdown/AccountDropdown.svelte | 5 ++++- src/lib/ui/app/AccountStatus/AccountStatus.svelte | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/lib/ui/app/AccountDropdown/AccountDropdown.svelte b/src/lib/ui/app/AccountDropdown/AccountDropdown.svelte index 3ad71ed6..a8ca80a6 100644 --- a/src/lib/ui/app/AccountDropdown/AccountDropdown.svelte +++ b/src/lib/ui/app/AccountDropdown/AccountDropdown.svelte @@ -60,7 +60,10 @@ {:else}
- {@render sanbaseLink('Log in', '/login', { icon: 'user', class: 'fill-green text-green' })} + {@render sanbaseLink('Sign up', '/sign-up', { + icon: 'user', + class: 'fill-green text-green', + })}
{/if} diff --git a/src/lib/ui/app/AccountStatus/AccountStatus.svelte b/src/lib/ui/app/AccountStatus/AccountStatus.svelte index fa7271ab..ff2774d1 100644 --- a/src/lib/ui/app/AccountStatus/AccountStatus.svelte +++ b/src/lib/ui/app/AccountStatus/AccountStatus.svelte @@ -24,5 +24,5 @@ {/if} {:else} - + {/if}