Skip to content

Commit 81b1c00

Browse files
Merge pull request #31 from bhavik-goplani/develop
Develop: Favicon changes
2 parents 32fde0e + deb2ccc commit 81b1c00

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)