Skip to content

Commit

Permalink
chore: squash
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill committed Feb 22, 2024
1 parent e7dbc4d commit ba1edc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ const Footer: FC = () => {
<VStack
alignItems="center"
bg={theme.colors.altBackground}
px={DEFAULT_GAP * 2}
px={24}
py={DEFAULT_GAP * 2}
spacing={DEFAULT_GAP + 2}
spacing={10}
w="full"
>
<HStack justifyContent="space-evenly" w="full">
Expand Down

0 comments on commit ba1edc3

Please sign in to comment.