Skip to content

Commit deb2ccc

Browse files
Favicon changes
1 parent aedb4c2 commit deb2ccc

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

public/favicon.ico

-548 Bytes
Binary file not shown.

public/images/favicon.ico

583 Bytes
Binary file not shown.

src/app/layout.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default async function RootLayout({
3030
<html lang="en" suppressHydrationWarning>
3131
<head>
3232
<title>RPS Survey</title>
33+
<link rel="icon" href="/images/favicon.ico"/>
3334
</head>
3435
<body className="min-h-screen flex flex-col bg-background font-sans antialiased">
3536
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>

0 commit comments

Comments
 (0)