From de551b04fa273572ffa408242beab601c9ec292a Mon Sep 17 00:00:00 2001 From: Maximilian Leo Huber <maximilian.huber@uni-bielefeld.de> Date: Sat, 7 Sep 2024 14:02:56 +0000 Subject: [PATCH] removed unused refs --- src/contents/Home.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx index 665661b3..62717148 100644 --- a/src/contents/Home.tsx +++ b/src/contents/Home.tsx @@ -37,8 +37,6 @@ export function Home() { }, [location.search]); const vectorRef = useRef(null); - const payloadRef = useRef(null); - const inhalatorRef = useRef(null); useGSAP( () => { @@ -70,9 +68,10 @@ export function Home() { <div className="row"> <div className="col"> <svg id="svg" xmlns="" viewBox="0 0 1980 4400"> - <path class="theLine" d=" + <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"></path> + file="none" stroke="white" stroke-width="10px"> + </path> </svg> <img ref={vectorRef} src={vectorImg} alt="vectorImg"/> </div> -- GitLab