From f469b870cac9005c3d502cc7bf41976e034d9baf Mon Sep 17 00:00:00 2001 From: armaansb22 <256208113+armaansb22@users.noreply.github.com> Date: Sun, 8 Mar 2026 16:42:20 -0400 Subject: [PATCH 1/3] Update print statement from 'Hello' to 'Goodbye' --- src/components/Logo.tsx | 301 +++++++++++----------------------------- 1 file changed, 83 insertions(+), 218 deletions(-) diff --git a/src/components/Logo.tsx b/src/components/Logo.tsx index f1eeeace7..08388246b 100644 --- a/src/components/Logo.tsx +++ b/src/components/Logo.tsx @@ -30,223 +30,88 @@ const style4 = { export function Logo() { return ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); } From 739f8f6179f9ae7a6338d494e75efeeece3fba37 Mon Sep 17 00:00:00 2001 From: armaansb22 <256208113+armaansb22@users.noreply.github.com> Date: Sun, 8 Mar 2026 16:51:41 -0400 Subject: [PATCH 2/3] Update print statement from 'Hello' to 'Goodbye' --- src/components/Logo.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Logo.tsx b/src/components/Logo.tsx index 08388246b..65c69a29e 100644 --- a/src/components/Logo.tsx +++ b/src/components/Logo.tsx @@ -30,7 +30,6 @@ const style4 = { export function Logo() { return ( - From d736d78eb76c9ff27e90daad50f66c9052eb8408 Mon Sep 17 00:00:00 2001 From: "I. A. Naval" <790279+ianonavy@users.noreply.github.com> Date: Sun, 8 Mar 2026 16:59:53 -0400 Subject: [PATCH 3/3] Change logo to 6201 --- src/components/Footer.tsx | 6 +- src/components/Logo.tsx | 115 +------------------------------------- 2 files changed, 4 insertions(+), 117 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index a1865713b..b7049e5e8 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -7,15 +7,13 @@ export function Footer() { return (
-
+
{teamNumber !== 2713 && ( <> - - {teamNumber} - + {teamNumber} )}
diff --git a/src/components/Logo.tsx b/src/components/Logo.tsx index 65c69a29e..a000d6e04 100644 --- a/src/components/Logo.tsx +++ b/src/components/Logo.tsx @@ -1,116 +1,5 @@ -const defaultStyle = { - fill: '#ef3340', - fillOpacity: 1, -}; - -const strokeStyle = { - stroke: '#000000', - strokeWidth: 0, -}; - -const style2 = { - ...defaultStyle, - fontSize: '74.7706px', - fontFamily: 'A4SPEED-Bold', - ...strokeStyle, -}; - -const style3 = { - ...defaultStyle, - ...strokeStyle, - strokeDasharray: 'none', -}; - -const style4 = { - ...defaultStyle, - fontSize: '21.0016px', - fontFamily: 'A4SPEED-Bold', - ...strokeStyle, -}; +import logoImage from '../assets/6201_Hoodie_Front_HI-RES.png'; export function Logo() { - return ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ); + return 6201 Logo: Highlanders + Somernova; }