Compare commits

...

2 Commits

Author SHA1 Message Date
99b2ed7f2b feat: show login/signup buttons on mobile header
All checks were successful
Build and Push Frontend Image / build (push) Successful in 1m24s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 10:00:02 +01:00
8357aecf98 feat: add ring border to logo icon matching avatar style
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 09:58:27 +01:00
2 changed files with 2 additions and 13 deletions

View File

@@ -163,7 +163,7 @@
</div>
{:else}
<div class="w-full flex items-center justify-end gap-2">
<div class="hidden lg:flex gap-4">
<div class="flex gap-4">
<Button variant="outline" class="font-medium" href="/login">{$_("header.login")}</Button>
<Button
href="/signup"
@@ -171,17 +171,6 @@
>{$_("header.signup")}</Button
>
</div>
<div class="flex lg:hidden items-center gap-1 rounded-full bg-muted/30 p-1">
<Button
variant="link"
size="icon"
class="h-9 w-9 rounded-full p-0 text-foreground/80 hover:text-foreground"
href="/login"
title={$_("header.login")}
>
<span class="icon-[ri--login-circle-line] h-4 w-4"></span>
</Button>
</div>
<div class="lg:hidden ml-2">
<BurgerMenuButton
label={$_("header.navigation")}

View File

@@ -9,7 +9,7 @@
<svg
xmlns="http://www.w3.org/2000/svg"
class={className}
class={`rounded-full ring-2 ring-primary/20 ${className}`}
width={size}
height={size}
viewBox="0 0 10240 10240"