Skip to content

Commit

Permalink
Decrease size of footer buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mlpierce22 committed Jan 3, 2024
1 parent a4115f5 commit 57117e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Footer = () => {
<VStack p={8} mt={"auto"} className='border-t-2 dark:border-t-slate-700 border-t-slate-200'>
<VStack spacing={5}>
<HStack spacing={5}>
<NavItemsList navItems={bottomIcons} showGradient={true}></NavItemsList>
<NavItemsList navItems={bottomIcons} size={"md"} showGradient={true}></NavItemsList>
</HStack>
<Text>&copy; {new Date().getFullYear()} Mason Pierce</Text>
</VStack>
Expand Down

0 comments on commit 57117e9

Please sign in to comment.