From 906c65fd816ca66c75a9df52e53dfeb2c22aaa13 Mon Sep 17 00:00:00 2001 From: Claudio Sciotto Date: Wed, 26 Mar 2025 15:13:52 -0400 Subject: [PATCH] fixed overflow in tube.png image --- src/components/landing/About.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/landing/About.tsx b/src/components/landing/About.tsx index a20e2ec..8fed833 100644 --- a/src/components/landing/About.tsx +++ b/src/components/landing/About.tsx @@ -50,7 +50,8 @@ const About: React.FC = () => { }, []); return ( -
+ // DO OVER FLOW CHANGE HERE +