mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 19:01:02 +01:00
style(logo): use temp firefox logo
This commit is contained in:
BIN
src/lib/client/assets/logo-firefox-circular-arrow.png
Normal file
BIN
src/lib/client/assets/logo-firefox-circular-arrow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user