init logo
Some checks failed
CI / Build & test (Node 22) (push) Failing after 5m3s
CI / Build & test (Node 24) (push) Failing after 5m1s
CI / Pack & boot smoke (Node 22) (push) Has been skipped

This commit is contained in:
Johan LEROY
2026-06-17 11:54:56 +02:00
parent 099e14db97
commit d26303f36f
16 changed files with 198 additions and 18 deletions

View File

@@ -5,7 +5,10 @@
@submit.prevent="onSubmit"
>
<div class="flex items-center justify-between">
<h1 class="text-lg font-semibold text-zinc-100">{{ t('common.appName') }}</h1>
<div class="flex items-center gap-2.5">
<img src="/icon.svg" alt="" class="h-9 w-9" />
<h1 class="text-lg font-semibold text-zinc-100">{{ t('common.appName') }}</h1>
</div>
<LanguageSwitcher />
</div>
<p class="text-sm text-zinc-400">{{ t('login.title') }}</p>