Skip to content

Commit

Permalink
Merge pull request #115 from FleetAdmiralJakob/pointer-change-on-hover
Browse files Browse the repository at this point in the history
fix: changed pointer on hover
  • Loading branch information
Gamius00 authored May 12, 2024
2 parents 68b313c + 5a7d3cd commit 7eb709c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/public-homepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,13 @@ export default function PublicHomepage() {
</div>

<p className={"h-0 text-xl"}>Why us ?</p>
<FaCircleArrowDown
<button
onClick={() => {
scrollCallback();
}}
className={"h-7 animate-bounce text-2xl"}
/>
>
<FaCircleArrowDown className={"h-7 animate-bounce text-2xl"} />
</button>
</div>

<p
Expand Down

0 comments on commit 7eb709c

Please sign in to comment.