From 379a553092492a6ca2e1b98e0185fbbc22bc6f28 Mon Sep 17 00:00:00 2001 From: Simon Farshid Date: Wed, 20 Nov 2024 18:07:31 -0800 Subject: [PATCH] docs: showcase light mode (#1203) --- apps/docs/app/(home)/showcase/page.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/apps/docs/app/(home)/showcase/page.tsx b/apps/docs/app/(home)/showcase/page.tsx index 69c7aadf8e..1d61a3a928 100644 --- a/apps/docs/app/(home)/showcase/page.tsx +++ b/apps/docs/app/(home)/showcase/page.tsx @@ -111,6 +111,13 @@ export default function Component() { ))} + +
+

Building something cool?

+ +
); @@ -127,7 +134,7 @@ function ShowcaseCard({ description, }: ShowcaseItem) { return ( - +

{title}

- + {tag} {secondaryTag && ( - + {secondaryTag} )}