Skip to content

Commit

Permalink
added full width to footer and install loading indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
aju-alen committed Dec 11, 2024
1 parent eca380f commit 5682f73
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 7 deletions.
38 changes: 32 additions & 6 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"react-google-recaptcha": "^3.1.0",
"react-helmet-async": "^2.0.5",
"react-leaflet": "^4.2.1",
"react-loader-spinner": "^6.1.6",
"react-router-dom": "^6.22.3",
"react-simple-wysiwyg": "^3.1.2",
"rollup-plugin-visualizer": "^5.12.0",
Expand Down
3 changes: 2 additions & 1 deletion client/src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,14 @@ const Footer = () => {
return (
<ThemeProvider theme={theme}>
<Container
maxWidth='xl'
maxWidth={false}
sx={{
// backgroundImage: 'radial-gradient(ellipse 100% 200% at 50% 5%, hsl(210, 100%, 90%), transparent)',
// backgroundRepeat: 'no-repeat',
// backgroundSize: 'cover',
backgroundColor:'#E0ECF5',
color: '#495057',
width: '100%',
}}
>
<Stack
Expand Down

0 comments on commit 5682f73

Please sign in to comment.