Skip to content

Commit

Permalink
fix(website): set right icon dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Jan 11, 2024
1 parent 6eba863 commit f0fa7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/website/src/components/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ export default function ProjectCard({
)}
{url && (
<Link href={url} isExternal>
<IconWebsite boxSize={{ base: "16px", md: "24px" }} />
<IconWebsite boxSize={{ base: "16px", md: "22px" }} />
</Link>
)}
{discordUrl && (
<Link href={discordUrl} isExternal>
<IconDiscord boxSize={{ base: "16px", md: "24px" }} />
<IconDiscord boxSize={{ base: "16px", md: "23px" }} />
</Link>
)}
</HStack>
Expand Down

0 comments on commit f0fa7d9

Please sign in to comment.