From 88206b9687c5cab1ee317ee0e0363e46d87e73e0 Mon Sep 17 00:00:00 2001 From: StDestiny <84127029+StDensity@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:43:18 +0530 Subject: [PATCH] Fix issue #474 (#757) --- docs/app/landingComponents/HeroSection.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/app/landingComponents/HeroSection.js b/docs/app/landingComponents/HeroSection.js index e3aa5124..625732e9 100644 --- a/docs/app/landingComponents/HeroSection.js +++ b/docs/app/landingComponents/HeroSection.js @@ -2,6 +2,7 @@ "use client" import Button from "@radui/ui/Button" import Heading from "@radui/ui/Heading" +import Code from "@radui/ui/Code" const HeroSection = () => { return
@@ -20,6 +21,9 @@ const HeroSection = () => { location.href = '/colors' }}>Check out Colors
+
+ console.log('Pstt.. We are actively looking for rad maintainers') +