fix warning console

This commit is contained in:
Ehsan
2024-10-11 00:58:28 +03:30
parent 26f3ab3a09
commit 854c682535
5 changed files with 56 additions and 56 deletions
+5 -5
View File
@@ -10,21 +10,21 @@ function LocationAdd({ active }) {
<path
d="M15.4165 18.333H24.5832"
stroke="#616161"
stroke-width="1.5"
stroke-linecap="round"
strokeWidth="1.5"
strokeLinecap="round"
className={active ? "stroke-[#FAFAFA]" : ""}
/>
<path
d="M20 22.9167V13.75"
stroke="#616161"
stroke-width="1.5"
stroke-linecap="round"
strokeWidth="1.5"
strokeLinecap="round"
className={active ? "stroke-[#FAFAFA]" : ""}
/>
<path
d="M6.0335 14.1497C9.31683 -0.283655 30.7002 -0.266988 33.9668 14.1663C35.8835 22.633 30.6168 29.7997 26.0002 34.233C22.6502 37.4663 17.3502 37.4663 13.9835 34.233C9.3835 29.7997 4.11683 22.6163 6.0335 14.1497Z"
stroke="#616161"
stroke-width="1.5"
strokeWidth="1.5"
className={active ? "stroke-[#FAFAFA]" : ""}
/>
</svg>