Skip to content

Commit

Permalink
update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
nooxx committed Sep 30, 2023
1 parent ef5c8ec commit 9cd1fb4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="icon" href="%sveltekit.assets%/favicon.jpg" />
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="flex justify-between items-center">
<div>
<a href="/" class="flex items-center rounded-md bg-black dark:border text-white">
<img src="/favicon.png" alt="logo" width="32" height="32" class="rounded-md" />
<img src="/favicon.jpg" alt="logo" width="32" height="32" class="rounded-md" />
<span class="px-1.5 py-0.5">minitel.xyz</span>
</a>
</div>
Expand Down
Binary file added static/favicon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/favicon.png
Binary file not shown.

0 comments on commit 9cd1fb4

Please sign in to comment.