Skip to content

Commit

Permalink
fix landing favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Aug 11, 2024
1 parent 9111fcd commit c73ec38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html data-theme="dark" lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
Expand Down
Binary file added landing/static/favicon.ico
Binary file not shown.
Binary file removed landing/static/favicon.png
Binary file not shown.

0 comments on commit c73ec38

Please sign in to comment.