Skip to content

Commit f90dfde

Browse files
committed
RIP Phil
1 parent 4848c73 commit f90dfde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import NextTopLoader from 'nextjs-toploader';
88
dns.setDefaultResultOrder('ipv4first');
99

1010
import '../styles/globals.css';
11-
import Link from 'next/link';
11+
// import Link from 'next/link';
1212

1313
// TODO: figure out if we don't need any weights
1414
const roboto = Roboto({ subsets: ['latin'], weight: ['100', '300', '400', '500', '700', '900'] });
@@ -22,9 +22,9 @@ export default function RootLayout({ children }: { children: React.ReactNode })
2222
</head>
2323
<body className={roboto.className}>
2424
<NextTopLoader showSpinner={false} />
25-
<Link href="https://en.wikipedia.org/wiki/Phil_Lesh" target="_blank">
25+
{/* <Link href="https://en.wikipedia.org/wiki/Phil_Lesh" target="_blank">
2626
<div className="fixed top-0 z-10 h-2 w-full bg-black" />
27-
</Link>
27+
</Link> */}
2828
<Providers>{children}</Providers>
2929
</body>
3030
</html>

0 commit comments

Comments
 (0)