diff --git a/public/favicon.png b/public/favicon.png index aa129901de5..3eb27f38d7c 100644 Binary files a/public/favicon.png and b/public/favicon.png differ diff --git a/src/components/About/AboutFooter.tsx b/src/components/About/AboutFooter.tsx index df0d32bae02..4e9d247ebd9 100644 --- a/src/components/About/AboutFooter.tsx +++ b/src/components/About/AboutFooter.tsx @@ -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; @@ -105,7 +105,7 @@ const LogoSectionContent = () => { const isDarkMode = useIsDarkMode() return ( <> - + diff --git a/src/components/About/images/horsEmbossDark.png b/src/components/About/images/horsEmbossDark.png new file mode 100644 index 00000000000..eb405baa6b4 Binary files /dev/null and b/src/components/About/images/horsEmbossDark.png differ diff --git a/src/components/About/images/horsEmbossLight.png b/src/components/About/images/horsEmbossLight.png new file mode 100644 index 00000000000..bcbcad4c241 Binary files /dev/null and b/src/components/About/images/horsEmbossLight.png differ diff --git a/src/components/About/images/unicornEmbossDark.png b/src/components/About/images/unicornEmbossDark.png deleted file mode 100644 index 5b20169a2df..00000000000 Binary files a/src/components/About/images/unicornEmbossDark.png and /dev/null differ diff --git a/src/components/About/images/unicornEmbossLight.png b/src/components/About/images/unicornEmbossLight.png deleted file mode 100644 index 67228a1fa86..00000000000 Binary files a/src/components/About/images/unicornEmbossLight.png and /dev/null differ