Skip to content

Commit

Permalink
style: add home animation for get started button
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEscaleira committed Apr 27, 2024
1 parent fa67753 commit 975235d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function Component() {
before.
<Typography className="mt-3 font-medium">Are you ready for the adventure?</Typography>
</Typography>
<div className="flex items-center justify-center">
<div className="flex items-center justify-center animate-bounce">
<Link
to="/game"
className="group inline-flex items-center justify-center rounded-lg bg-gradient-to-br from-green-400 to-blue-600 p-0.5 text-sm font-medium text-gray-900 shadow-md hover:text-white focus:outline-none focus:ring-4 focus:ring-green-200 group-hover:from-green-400 group-hover:to-blue-600"
Expand Down

0 comments on commit 975235d

Please sign in to comment.