Skip to content

Commit 99e2b5c

Browse files
committed
update favicon
1 parent 5bd867f commit 99e2b5c

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

clients-side/frontend/prompt-smith-frontend/app/layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ export default function RootLayout({
3636
<Head>
3737
<meta charSet="utf-8"/>
3838
<meta name="viewport" content="width=device-width, initial-scale=1"/>
39-
<link rel="icon" href="/favicon.png" type="image/x-icon"/>
39+
<link rel="shortcut icon" href="/favicon.ico"/>
40+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/>
4041
</Head>
4142
<body
4243
className={`${geistSans.variable} ${geistMono.variable} antialiased min-w-sm`}
176 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)