Skip to content

Commit

Permalink
chore: update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
tedbennett committed Apr 26, 2023
1 parent d457d64 commit 49dd162
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions public/favicon.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { title } = Astro.props;
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" href="/favicon.png" />
<title>{title ? `${title} | tedb.dev` : "tedb.dev"}</title>
</head>
<body class="bg-zinc-100 dark:bg-zinc-950 dark:text-white">
Expand Down

0 comments on commit 49dd162

Please sign in to comment.