Skip to content

Commit

Permalink
add hover for button
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Jun 7, 2024
1 parent ffcb5c6 commit 229155f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function HomePage() {
</svg>
<Link
href="/registry"
className="border rounded-full px-4 py-2 text-xs dark:bg-green-950 dark:border-green-800 dark:text-green-500 flex flex-row gap-2 items-center"
className="border hover:-translate-y-1 transition-transform rounded-full px-4 py-2 text-xs dark:bg-green-950 dark:border-green-800 dark:text-green-500 flex flex-row gap-2 items-center"
>
<PartyPopper className="size-4" /> The Registry is now live. Check
it out!
Expand Down

0 comments on commit 229155f

Please sign in to comment.