mirror of
https://github.com/DerTyp7/dertyp7.github.io.git
synced 2025-10-30 21:27:09 +01:00
Update ScrollToTop component and styles
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user