Skip to content

Commit

Permalink
Phil
Browse files Browse the repository at this point in the history
  • Loading branch information
switz committed Oct 26, 2024
1 parent 93ee519 commit aa98e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export default function RootLayout({ children }: { children: React.ReactNode })
<link rel="icon" href="/favicon.ico" />
</head>
<body className={roboto.className}>
{/* <Link href="https://en.wikipedia.org/wiki/Bill_Walton" target="_blank">
<Link href="https://en.wikipedia.org/wiki/Phil_Lesh" target="_blank">
<div className="fixed top-0 z-10 h-2 w-full bg-black" />
</Link> */}
</Link>
<Providers>{children}</Providers>
</body>
</html>
Expand Down

0 comments on commit aa98e35

Please sign in to comment.