Skip to content
Snippets Groups Projects
Commit f2b49df4 authored by Maximilian Leo Huber's avatar Maximilian Leo Huber
Browse files

removed file property of svg

parent de551b04
No related branches found
No related tags found
No related merge requests found
Pipeline #415492 failed
......@@ -69,8 +69,7 @@ export function Home() {
<div className="col">
<svg id="svg" xmlns="" viewBox="0 0 1980 4400">
<path className="theLine" d="
M 50 50 S 540 200 540 1000 S -300 1200 540 2000 S -600 2200 540 3000 S 0 4000 540 4000 L 540 4500"
file="none" stroke="white" stroke-width="10px">
M 50 50 S 540 200 540 1000 S -300 1200 540 2000 S -600 2200 540 3000 S 0 4000 540 4000 L 540 4500" stroke="white" stroke-width="10px">
</path>
</svg>
<img ref={vectorRef} src={vectorImg} alt="vectorImg"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment