diff --git a/examples/tailwind/app/_components/card.tsx b/examples/tailwind/app/_components/card.tsx index 7d39fb6d..c2169371 100644 --- a/examples/tailwind/app/_components/card.tsx +++ b/examples/tailwind/app/_components/card.tsx @@ -11,13 +11,13 @@ export default function Card({ href, title, text }: CardProps) { className="group rounded-lg border border-transparent px-5 py-4 transition-colors hover:border-gray-300 hover:bg-gray-100 hover:dark:border-neutral-700 hover:dark:bg-neutral-800/30" target="_blank" rel="noopener noreferrer"> -

+

{title + " "} ->

-

{text}

+

{text}

); } diff --git a/examples/tailwind/app/page.tsx b/examples/tailwind/app/page.tsx index bfc02345..898f86b6 100644 --- a/examples/tailwind/app/page.tsx +++ b/examples/tailwind/app/page.tsx @@ -40,13 +40,13 @@ export default function Home() { -

+

Star Me{" "} ->

-

+

Explore and star official nextjs-darkmode repo.