Skip to content

Commit

Permalink
remove logo on copyright section
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalm committed Jan 30, 2024
1 parent ff55327 commit 5b5f1ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/About/AboutFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ const LogoSectionContent = () => {
const isDarkMode = useIsDarkMode()

Check warning on line 105 in src/components/About/AboutFooter.tsx

View workflow job for this annotation

GitHub Actions / lint

'isDarkMode' is assigned a value but never used
return (
<>
<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

0 comments on commit 5b5f1ec

Please sign in to comment.