Skip to content

Commit 2db6691

Browse files
committed
add pulsebeam logo
1 parent 4b07332 commit 2db6691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const inter = Inter({
1010
export default function Layout({ children }: LayoutProps<'/'>) {
1111
return (
1212
<html lang="en" className={inter.className} suppressHydrationWarning>
13+
<link rel="icon" href="https://pulsebeam.dev/favicon.svg" sizes="any" />
1314
<body className="flex flex-col min-h-screen">
1415
<RootProvider search={{ SearchDialog }}>{children}</RootProvider>
1516
</body>

0 commit comments

Comments
 (0)