diff --git a/examples/react-with-tailwindcss-compound/src/components/nav/nav.tsx b/examples/react-with-tailwindcss-compound/src/components/nav/nav.tsx
index de67e0a..6b66b8b 100644
--- a/examples/react-with-tailwindcss-compound/src/components/nav/nav.tsx
+++ b/examples/react-with-tailwindcss-compound/src/components/nav/nav.tsx
@@ -1,16 +1,6 @@
import React from "react";
import { cva, type VariantProps } from "class-variance-authority";
-// note: `data-*` attributes not required, but useful.
-//
-//
-// Home
-//
-//
-// Home
-//
-// ;
-
/* Root
============================================ */
@@ -51,6 +41,7 @@ export interface RootProps
export const Root: React.FC = ({ className, density, ...props }) => (