Skip to content

Commit

Permalink
add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
iamawatermelo committed Oct 20, 2024
1 parent c02ae87 commit 3b067c6
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/favicon.png" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
<script>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/privacy/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<h2 {id}><a href={`#${id}`}>{name}</a></h2>
{/snippet}

<Page title="Revolution Privacy Policy">
<Page title="Privacy Policy">
<h1>Revolution Privacy Policy</h1>
{@render header('overview', 'Overview')}
<p>
Expand Down
Binary file added static/favicon.ico
Binary file not shown.
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.
17 changes: 17 additions & 0 deletions static/favicon.svg
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 3b067c6

Please sign in to comment.