style(logo): use temp firefox logo

This commit is contained in:
Sam Chau
2025-11-03 21:10:05 +10:30
parent ed8f81619e
commit f2d9a8fa76
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import ThemeToggle from './themeToggle.svelte';
import logo from '$assets/logo.svg';
import logo from '$assets/logo-firefox-circular-arrow.png';
</script>
<nav
@@ -9,7 +9,7 @@
<div class="flex items-center justify-between px-4 py-4">
<!-- Left: Brand name with logo -->
<div class="flex items-center gap-2">
<img src={logo} alt="Profilarr logo" class="h-5 w-5 translate-y-[3px]" />
<img src={logo} alt="Profilarr logo" class="h-5 w-5 translate-y-[2px]" />
<div class="text-xl font-bold text-neutral-900 dark:text-neutral-100">profilarr</div>
</div>