-
+
{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

;
}