chore(icons): nerd-fonts icons included

This commit is contained in:
2026-07-21 23:47:55 +02:00
parent bfc7dd9018
commit f583696295
4 changed files with 37 additions and 2 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ export default function Header({ theme }: HeaderProps) {
</nav>
<div>
<button className="ui-btn ui-btn:hover" onClick={toggleTheme}>
{currentTheme === "macchiato" ? "🌙 Dark" : "☀️ Light"}
<button className="ui-btn ui-btn:hover text-lg font-[NerdFontSymbols]" onClick={toggleTheme}>
{currentTheme === "macchiato" ? "" : ""}
</button>
</div>
</header>