Skip to content

Commit

Permalink
Tiny code cleanup for Footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjdesh committed Jan 12, 2024
1 parent 733b028 commit 84f78dc
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 @@ -15,8 +15,8 @@ export const Footer: React.FC<FooterProps> = ({
sx={{
borderTop: '1px solid',
borderTopColor: 'neutral.main',
backgroundColor:'secondary.main'
}}
backgroundColor='secondary.main'
>
<Container
maxWidth={containerWidth}
Expand Down

0 comments on commit 84f78dc

Please sign in to comment.