Skip to content

Commit

Permalink
feat: Change text button
Browse files Browse the repository at this point in the history
  • Loading branch information
fclebinho committed Jul 12, 2024
1 parent 95fb321 commit 0a75c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Image from "next/image";
export default function Home() {
return (
<main className="flex min-h-screen flex-col items-center justify-between p-24">
<Button>Click me</Button>
<Button>Testando git-flow</Button>
</main>
);
}

0 comments on commit 0a75c84

Please sign in to comment.