From 45ecd6c828192647b3d3dbaceccab020a36770cc Mon Sep 17 00:00:00 2001 From: C4rnivore Date: Fri, 27 Mar 2026 16:56:38 +0500 Subject: [PATCH] updates --- public/images/GRAFFinteractive.svg | 72 +++++++ src/components/Layouts/Footer.tsx | 9 +- src/components/Layouts/Header.tsx | 7 +- src/components/Main/Distance.tsx | 4 +- src/components/icons/LogoIcon.tsx | 149 -------------- src/components/icons/LogoWithTextIcon.tsx | 238 ---------------------- 6 files changed, 85 insertions(+), 394 deletions(-) create mode 100644 public/images/GRAFFinteractive.svg delete mode 100644 src/components/icons/LogoIcon.tsx delete mode 100644 src/components/icons/LogoWithTextIcon.tsx diff --git a/public/images/GRAFFinteractive.svg b/public/images/GRAFFinteractive.svg new file mode 100644 index 0000000..454804d --- /dev/null +++ b/public/images/GRAFFinteractive.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/Layouts/Footer.tsx b/src/components/Layouts/Footer.tsx index ac854a7..6818ab5 100644 --- a/src/components/Layouts/Footer.tsx +++ b/src/components/Layouts/Footer.tsx @@ -1,12 +1,15 @@ import { Link, NavLink } from 'react-router-dom'; -import { LogoWithTextIcon } from '../icons/LogoWithTextIcon'; export function Footer() { return (