Skip to content

Commit

Permalink
Update scroll up arrow style
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaschlegel committed Oct 25, 2024
1 parent 92c405a commit 7eb1e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/ScrollUpArrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const ScrollToTop = () => {
{isVisible && (
<button
onClick={scrollToTop}
className="fixed bottom-24 right-10 text-white rounded-full border hover:text-gray-500 transition-all text-xl z-10 w-6 h-6 hover:border-gray-500"
className="fixed bottom-24 eright-10 text-white rounded-full border hover:text-gray-500 transition-all text-xl z-10 w-6 h-6 hover:border-gray-500"
>
^
</button>
Expand Down

0 comments on commit 7eb1e2c

Please sign in to comment.