Skip to content

Commit 7accf1d

Browse files
committed
style: Replace sun icon with dragon emoji and relocate dragon trigger to theme toggle button.
1 parent 3a16cd3 commit 7accf1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Header.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const navLinks = [
1616
<header class="header fixed top-0 left-0 right-0 z-header h-[72px] bg-bg-primary/80 backdrop-blur-custom border-b border-border-subtle transition-all duration-300">
1717
<div class="container h-full flex items-center justify-between">
1818
<!-- Logo -->
19-
<a href="/" class="logo-link flex items-center gap-3 group" data-dragon-trigger>
19+
<a href="/" class="logo-link flex items-center gap-3 group">
2020
<img src="/img/pro26.png" alt="Proyecto 26" class="w-10 h-10 rounded-lg transition-all duration-300 group-hover:shadow-glow-coral group-hover:scale-105" />
2121
<span class="text-lg font-bold text-text-primary hidden sm:block">Proyecto 26</span>
2222
</a>
@@ -43,11 +43,11 @@ const navLinks = [
4343
<div class="flex items-center gap-3">
4444
<!-- Theme Toggle -->
4545
<button
46-
id="theme-toggle"
46+
data-dragon-trigger
4747
class="w-10 h-10 rounded-full bg-bg-hover flex items-center justify-center text-text-secondary hover:text-text-primary hover:bg-bg-tertiary transition-all duration-200"
4848
aria-label="Toggle theme"
4949
>
50-
<i data-lucide="sun" class="w-5 h-5"></i>
50+
<i class="w-5 h-5">🐉</i>
5151
</button>
5252

5353
<!-- GitHub Link -->

0 commit comments

Comments
 (0)