From e18192c30158bfb40d81e07780c9ee3a0872f427 Mon Sep 17 00:00:00 2001 From: rishit-singh Date: Thu, 28 Dec 2023 02:32:24 -0800 Subject: [PATCH] Fixed HomePage image scaling --- frontend/src/app/HomePage.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/HomePage.tsx b/frontend/src/app/HomePage.tsx index 09d152c..85c7f82 100644 --- a/frontend/src/app/HomePage.tsx +++ b/frontend/src/app/HomePage.tsx @@ -53,10 +53,10 @@ export default function HomePage({} : HomePageProps)
; return (
-
+
-
+
Langara
@@ -75,12 +75,9 @@ export default function HomePage({} : HomePageProps)
- {/* {(this.state.Dimensions.X < 600) ? null :
} */} -
- +
- {/* {(this.state.Dimensions.X < 600) ? null :
} */}
);