diff --git a/src/assets/RedHawkRobotics-logo-2026-red.png b/src/assets/RedHawkRobotics-logo-2026-red.png new file mode 100644 index 000000000..f079d954e Binary files /dev/null and b/src/assets/RedHawkRobotics-logo-2026-red.png differ diff --git a/src/assets/RedHawkRobotics-logo.svg b/src/assets/RedHawkRobotics-logo.svg index 2f72d014f..8c8132069 100644 --- a/src/assets/RedHawkRobotics-logo.svg +++ b/src/assets/RedHawkRobotics-logo.svg @@ -1,205 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/Logo.tsx b/src/components/Logo.tsx index 5f9e57d14..d4fc645e3 100644 --- a/src/components/Logo.tsx +++ b/src/components/Logo.tsx @@ -1,252 +1,15 @@ -const defaultStyle = { - fill: '#ef3340', - fillOpacity: 1, -}; - -const strokeStyle = { - stroke: '#000000', - strokeWidth: 0, -}; - -const style2 = { - ...defaultStyle, - fontSize: '74.7706px', - fontFamily: 'SF Sports Night', - ...strokeStyle, -}; - -const style3 = { - ...defaultStyle, - ...strokeStyle, - strokeDasharray: 'none', -}; - -const style4 = { - ...defaultStyle, - fontSize: '21.0016px', - fontFamily: 'SF Sports Night NS', - ...strokeStyle, -}; +import logoPng from '@/assets/RedHawkRobotics-logo-2026-red.png'; +import logoSvg from '@/assets/RedHawkRobotics-logo.svg'; export function Logo() { return ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + Red Hawk Robotics + ); }