This commit is contained in:
NilsUeter
2025-06-09 10:38:25 +02:00
parent cd0c0cfb14
commit 1f876c63f6
+6 -6
View File
@@ -108,9 +108,9 @@ const Force = ({ force, onePerPage, colorUserChoice }) => {
<path <path
d="M12 4V20M12 4L8 8M12 4L16 8" d="M12 4V20M12 4L8 8M12 4L16 8"
stroke="#000000" stroke="#000000"
stroke-width="2" strokeWidth="2"
stroke-linecap="round" strokeLinecap="round"
stroke-linejoin="round" strokeLinejoin="round"
/> />
</svg> </svg>
Up Up
@@ -139,9 +139,9 @@ const Force = ({ force, onePerPage, colorUserChoice }) => {
<path <path
d="M12 4V20M12 20L8 16M12 20L16 16" d="M12 4V20M12 20L8 16M12 20L16 16"
stroke="#000000" stroke="#000000"
stroke-width="2" strokeWidth="2"
stroke-linecap="round" strokeLinecap="round"
stroke-linejoin="round" strokeLinejoin="round"
/> />
</svg> </svg>
Down Down