Skip to content

Commit

Permalink
updated button text
Browse files Browse the repository at this point in the history
  • Loading branch information
getoffdeez committed Jul 4, 2024
1 parent 22d1bda commit c74a19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default async function Index() {
/>
<h3 className="text-teal-900 text-center typewriter font-bold">Playgotchi</h3>
<Link href={"https://zora.co/collect/base:0xd569f16053f5b8b26459d5fcf90a385fda84c4da"} target="_blank" rel="noopener noreferrer">
<Button variant={'secondary'}>View on Zora</Button>
<Button variant={'secondary'}>Mint on Zora</Button>
</Link>
</div>
<div className="flex flex-col gap-4 border-4 border-b-8 border-yellow-500 shadow-lg p-4 bg-white rounded-md transform transition-transform duration-300 hover:scale-105 hover:shadow-2xl hover:rotate-2 min-w-56">
Expand Down

0 comments on commit c74a19e

Please sign in to comment.