We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b07332 commit 2db6691Copy full SHA for 2db6691
app/layout.tsx
@@ -10,6 +10,7 @@ const inter = Inter({
10
export default function Layout({ children }: LayoutProps<'/'>) {
11
return (
12
<html lang="en" className={inter.className} suppressHydrationWarning>
13
+ <link rel="icon" href="https://pulsebeam.dev/favicon.svg" sizes="any" />
14
<body className="flex flex-col min-h-screen">
15
<RootProvider search={{ SearchDialog }}>{children}</RootProvider>
16
</body>
0 commit comments