Skip to content

Commit

Permalink
Changed to New Logo (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikoeliud authored Apr 20, 2023
1 parent d4a0c16 commit f7e77a0
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
26 changes: 26 additions & 0 deletions src/assets/images/tosiscan-logo-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => ({
Expand Down
4 changes: 2 additions & 2 deletions src/views/ComingSoon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -31,7 +31,7 @@ const ComingSoon = () => {
justifyContent="center"
width="100%"
>
<Logo style={{ width: '96px', height: '28px' }} />
<Logo style={{ width: '96px', height: '30px' }} />

<Typography variant="h1" mt={3} mb={3} sx={{ fontWeight: '600', lineHeight: 1.25, color: 'grey.900' }}>
Coming soon
Expand Down

0 comments on commit f7e77a0

Please sign in to comment.