Update ScrollToTop component and styles

This commit is contained in:
dertyp7
2024-01-13 18:26:16 +01:00
parent d93e8bc250
commit cabbda37f2
2 changed files with 29 additions and 6 deletions

View File

@@ -38,8 +38,8 @@ export default function ScrollToTop() {
<svg
className={`arrow ${isScrolledUp ? "up" : "down"}`}
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
width="32"
height="32"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"