Compare commits
2 Commits
ab3d9f4118
...
99b2ed7f2b
| Author | SHA1 | Date | |
|---|---|---|---|
| 99b2ed7f2b | |||
| 8357aecf98 |
@@ -163,7 +163,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
<div class="w-full flex items-center justify-end gap-2">
|
<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 variant="outline" class="font-medium" href="/login">{$_("header.login")}</Button>
|
||||||
<Button
|
<Button
|
||||||
href="/signup"
|
href="/signup"
|
||||||
@@ -171,17 +171,6 @@
|
|||||||
>{$_("header.signup")}</Button
|
>{$_("header.signup")}</Button
|
||||||
>
|
>
|
||||||
</div>
|
</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">
|
<div class="lg:hidden ml-2">
|
||||||
<BurgerMenuButton
|
<BurgerMenuButton
|
||||||
label={$_("header.navigation")}
|
label={$_("header.navigation")}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
class={className}
|
class={`rounded-full ring-2 ring-primary/20 ${className}`}
|
||||||
width={size}
|
width={size}
|
||||||
height={size}
|
height={size}
|
||||||
viewBox="0 0 10240 10240"
|
viewBox="0 0 10240 10240"
|
||||||
|
|||||||
Reference in New Issue
Block a user