Skip to content

Commit

Permalink
Merge pull request #1 from HighlanderRobotics/add-favicon
Browse files Browse the repository at this point in the history
Add favicon
  • Loading branch information
MangoSwirl authored Jan 7, 2024
2 parents 7fa6a6b + 694254e commit 13bb03e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="icon" href="%sveltekit.assets%/favicon-dark.png" media="(prefers-color-scheme: dark)" />
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>
Expand Down
Binary file added static/favicon-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 13bb03e

Please sign in to comment.