From f7e77a08e05814c009d8005f0109a9586db06fcb Mon Sep 17 00:00:00 2001 From: Maiko <38130439+Maikoeliud@users.noreply.github.com> Date: Thu, 20 Apr 2023 10:45:02 +0300 Subject: [PATCH] Changed to New Logo (#104) --- src/assets/images/tosiscan-logo-light.svg | 26 +++++++++++++++++++++++ src/components/Footer.tsx | 2 +- src/components/Header.tsx | 2 +- src/views/ComingSoon.tsx | 4 ++-- 4 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 src/assets/images/tosiscan-logo-light.svg diff --git a/src/assets/images/tosiscan-logo-light.svg b/src/assets/images/tosiscan-logo-light.svg new file mode 100644 index 0000000..227466b --- /dev/null +++ b/src/assets/images/tosiscan-logo-light.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 1c3063e..81757ca 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -7,7 +7,7 @@ import TwitterIcon from '@mui/icons-material/Twitter' import YouTubeIcon from '@mui/icons-material/YouTube' import LinkedInIcon from '@mui/icons-material/LinkedIn' -import { ReactComponent as Logo } from '../assets/images/logo-tosi-scan-white.svg' +import { ReactComponent as Logo } from '../assets/images/tosiscan-logo-header.svg' const Footer = () => { const onExternalLinkClick = (url: string) => { diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 53c558b..3677d7c 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -6,7 +6,7 @@ import { styled } from '@mui/system' import KeyboardArrowDownIcon from '@mui/icons-material/KeyboardArrowDown' import { ReactComponent as Logo } from '../assets/images/tosiscan-logo-header.svg' -import { ReactComponent as LogoColors } from '../assets/images/logo-tosi-scan-colors.svg' +import { ReactComponent as LogoColors } from '../assets/images/tosiscan-logo-light.svg' import { theme } from '../theme' const NavLink = styled(Link)(({ theme }) => ({ diff --git a/src/views/ComingSoon.tsx b/src/views/ComingSoon.tsx index ca08f34..e1dfd89 100644 --- a/src/views/ComingSoon.tsx +++ b/src/views/ComingSoon.tsx @@ -8,7 +8,7 @@ import YouTubeIcon from '@mui/icons-material/YouTube' import LinkedInIcon from '@mui/icons-material/LinkedIn' import ArrowBackIcon from '@mui/icons-material/ArrowBack' -import { ReactComponent as Logo } from '../assets/images/logo-tosi-scan-colors.svg' +import { ReactComponent as Logo } from '../assets/images/tosiscan-logo-light.svg' import Footer from '../components/Footer' @@ -31,7 +31,7 @@ const ComingSoon = () => { justifyContent="center" width="100%" > - + Coming soon