Skip to content

Commit

Permalink
🐛 fix footer spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoLyn committed Aug 27, 2024
1 parent 0994527 commit 78bce97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const Footer: FC = () => {
<Grid container>
<Grid item xs={6}>
<Typography color="#000" fontSize={fontSize.subscription}>
Copyright © {currentYear}. All rights reserved. Version :{" "}
Copyright © {currentYear}. All rights reserved. Version :&nbsp;
{version}
</Typography>
</Grid>
Expand Down

0 comments on commit 78bce97

Please sign in to comment.