fix: svg attributes
This commit is contained in:
parent
c5b1a9b380
commit
3a93622966
@ -110,11 +110,11 @@ export const LandingPage = () => {
|
|||||||
width="1em"
|
width="1em"
|
||||||
height="1em"
|
height="1em"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
stroke-width="2"
|
strokeWidth="2"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke-linecap="round"
|
strokeLinecap="round"
|
||||||
stroke-linejoin="round"
|
strokeLinejoin="round"
|
||||||
>
|
>
|
||||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||||
<line x1="12" y1="18" x2="12.01" y2="18"></line>
|
<line x1="12" y1="18" x2="12.01" y2="18"></line>
|
||||||
|
Loading…
Reference in New Issue
Block a user