Skip to content

Commit

Permalink
Hotfix (#7)
Browse files Browse the repository at this point in the history
* 🐛 fix: button title

* 🐛 fix: button title 2

* 🐛 fix: button title 3
  • Loading branch information
nxhawk authored Aug 8, 2024
1 parent cafdabc commit fd7a943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +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</Button>
<Button>Click me</Button>
</main>
);
Expand Down

0 comments on commit fd7a943

Please sign in to comment.