Skip to content

Commit

Permalink
fix: change variant ghost
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandotdev committed Aug 31, 2024
1 parent 18c8199 commit 46693d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function HomePage() {
</div>
<div className="space-x-4">
<Button>Get Started</Button>
<Button variant="outline">Learn More</Button>
<Button variant="ghost">Learn More</Button>
</div>
</div>
</div>
Expand Down

0 comments on commit 46693d9

Please sign in to comment.