Skip to content

Commit

Permalink
fix: footer full width
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Feb 27, 2024
1 parent 6685fca commit 1172c11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/Footer/cmp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const Footer = () => {
<BaseFooter
{...{
small: true,
maxWidth: '100%',
Link: Link as LinkComponent,
breakpoint: 'lg',
buttons: [],
Expand Down

0 comments on commit 1172c11

Please sign in to comment.