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

moving image to Home.tsx

parent 11396e06
No related branches found
No related tags found
No related merge requests found
Pipeline #416284 failed
......@@ -55,7 +55,6 @@ export function HomeAnim() {
C 81 1794 21 1977 168 2142
C 499 2246 1403 2325 1081 2142"/>
</svg>
<img className="vector" ref={vectorRef} src={"https://static.igem.wiki/teams/5247/design/icons/humanpractices.png"} alt="vectorImg"/>
</div>
);
}
......@@ -37,6 +37,7 @@ export function Home() {
<div className="row">
<div className="col">
<HomeAnim/>
<img className="vector" ref={vectorRef} src={"https://static.igem.wiki/teams/5247/design/icons/humanpractices.png"} alt="vectorImg"/>
</div>
</div>
<div className="row">
......
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