Skip to content

Commit

Permalink
🐛 fix: button title (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk authored Aug 8, 2024
1 parent ae75ca5 commit cafdabc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ export default function Home() {
return (
<main className="flex min-h-screen flex-col items-center justify-between p-24">
<Calendar mode="single" selected={date} onSelect={setDate} className="rounded-md border" />
<Button>Click (me)</Button>
<div className="text-red-600 font-bold">hello world</div>
<Button>Click me</Button>
</main>
);
}

0 comments on commit cafdabc

Please sign in to comment.