Skip to content

Commit

Permalink
update Favicon resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigh committed Aug 1, 2024
1 parent c112da0 commit 903f882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added src/lib/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/routes/nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
const dispatch = createEventDispatcher();
import { IconSun } from '@tabler/icons-svelte';
import { IconMoon } from '@tabler/icons-svelte';
import Favicon from '$lib/favicon.png';
import Webhid from './webhid.svelte';
import RealtimeData from './realtimeData.svelte';
Expand All @@ -16,7 +17,7 @@

<div class="navbar bg-base-100">
<div class="flex-none">
<img src="favicon.png" class="max-h-16" alt="LOGO" />
<img src={Favicon} class="max-h-16" alt="LOGO" />
</div>
<div class="flex-none">
<a class="btn btn-ghost normal-case text-xl" href="#">Volwave TT</a>
Expand Down

0 comments on commit 903f882

Please sign in to comment.