Skip to content

Commit

Permalink
update favicon to be new ghostty icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Dec 17, 2024
1 parent d4af18d commit 838ba5d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1 deletion.
Binary file added public/favicon-128.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 added public/favicon-16.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 added public/favicon-256.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 added public/favicon-32.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 public/favicon.ico
Binary file not shown.
4 changes: 3 additions & 1 deletion src/layouts/root-layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ export default function RootLayout({
<title>{title}</title>
<meta name="description" content={description} />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png" />
<link rel="shortcut icon" href="/favicon.ico" />
</Head>
<Navbar
links={navLinks}
Expand Down

0 comments on commit 838ba5d

Please sign in to comment.