Skip to content

Commit

Permalink
[Footer] fix space (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbe1 authored Nov 14, 2024
1 parent 129012d commit 4c4f735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function Footer() {
>
<LogoFull />
</Link>
<Grid2 container direction="row" padding="0">
<Grid2 container direction="row" padding="0" spacing={2}>
<Typography
sx={{
textAlign: {
Expand Down

0 comments on commit 4c4f735

Please sign in to comment.