Skip to content

Commit

Permalink
Fix issue #474 (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
StDensity authored Jan 8, 2025
1 parent 0642fba commit 88206b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/app/landingComponents/HeroSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <div>
Expand All @@ -20,6 +21,9 @@ const HeroSection = () => {
location.href = '/colors'
}}>Check out Colors</Button>
</div>
<div className="flex justify-center mt-6">
<Code>console.log('Pstt.. We are actively looking for rad maintainers')</Code>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 88206b9

Please sign in to comment.