Skip to content

Commit

Permalink
update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Oct 20, 2024
1 parent 5bd867f commit 99e2b5c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients-side/frontend/prompt-smith-frontend/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export default function RootLayout({
<Head>
<meta charSet="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="icon" href="/favicon.png" type="image/x-icon"/>
<link rel="shortcut icon" href="/favicon.ico"/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/>
</Head>
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased min-w-sm`}
Expand Down
Binary file not shown.
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 99e2b5c

Please sign in to comment.