Skip to content

Commit

Permalink
Merge pull request #82 from DarkFlorist/more-horses-less-unicorns
Browse files Browse the repository at this point in the history
more horses, less unicorns
  • Loading branch information
KillariDev authored Jan 26, 2024
2 parents 2a4c678 + f90c0de commit b066a5b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/components/About/AboutFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { ExternalLink, StyledRouterLink } from 'theme/components'
import { useIsDarkMode } from 'theme/components/ThemeToggle'

import { DiscordIcon, GithubIcon, TwitterIcon } from './Icons'
import darkUnicornImgSrc from './images/unicornEmbossDark.png'
import lightUnicornImgSrc from './images/unicornEmbossLight.png'
import darkHorsImgSrc from './images/horsEmbossDark.png'
import lightHorsImgSrc from './images/horsEmbossLight.png'

const Footer = styled.div`
display: flex;
Expand Down Expand Up @@ -105,7 +105,7 @@ const LogoSectionContent = () => {
const isDarkMode = useIsDarkMode()
return (
<>
<StyledLogo src={isDarkMode ? darkUnicornImgSrc : lightUnicornImgSrc} alt="Horswap Logo" />
<StyledLogo src={isDarkMode ? darkHorsImgSrc : lightHorsImgSrc} alt="Horswap Logo" />
<SocialLinks>
<SocialLink href="https://discord.com/invite/aCSKcvf5VW" target="_blank" rel="noopener noreferrer">
<DiscordIcon size={32} />
Expand Down
Binary file added src/components/About/images/horsEmbossDark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/components/About/images/horsEmbossLight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/components/About/images/unicornEmbossDark.png
Binary file not shown.
Binary file removed src/components/About/images/unicornEmbossLight.png
Binary file not shown.

0 comments on commit b066a5b

Please sign in to comment.