Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Gilliam committed Jan 14, 2025
1 parent 3ac7bcc commit 0cbbca2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apps/www/components/main-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ export function MainNav() {
Themes
</Link> */}
<a
href="https://www.pro.cult-ui.com/blocks"
href="https://pro.cult-ui.com/blocks"
target="_blank"
rel="noopener noreferrer"
className={cn(
"text-base font-semibold transition-colors hover:text-foreground/80",
pathname?.startsWith("/examples")
Expand All @@ -55,7 +57,9 @@ export function MainNav() {
Blocks <span className="text-xs text-cyan-500">(new)</span>
</a>
<a
href="https://www.pro.cult-ui.com/sections"
href="https://pro.cult-ui.com/sections"
target="_blank"
rel="noopener noreferrer"
className={cn(
"text-base font-semibold transition-colors hover:text-foreground/80",
pathname?.startsWith("/examples")
Expand Down

0 comments on commit 0cbbca2

Please sign in to comment.