Skip to content

Commit 72687a3

Browse files
committed
add comment on twp
1 parent da0c656 commit 72687a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pages/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,13 @@ export default function Index() {
7373
src="https://plausible.io/js/script.tagged-events.js"
7474
></script>
7575
</Head>
76+
77+
{/* We need the class name `twp` here to ensure the Tailwind reset gets applied to all children. */}
7678
<header className="bg-blue-950/20 border-b-white/[0.08] border-b fixed w-full z-10 backdrop-blur-md twp">
7779
<Navbar />
7880
</header>
81+
82+
{/* We need the class name `twp` here to ensure the Tailwind reset gets applied to all children. */}
7983
<main className="bg-blue-950 twp">
8084
<Intro />
8185
<Benefits />

0 commit comments

Comments
 (0)