Skip to content

Commit

Permalink
[website] Fix Footer layout shift
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 25, 2024
1 parent 72b0cf1 commit f4d7f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/home/HeroEnd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { alpha } from '@mui/material/styles';
import Section from 'docs/src/layouts/Section';

function Placeholder() {
return <Box sx={{ height: { xs: 587, sm: 303, md: 289 } }} />;
return <Box sx={{ height: { xs: 498, sm: 278, md: 278 + 25 } }} />;
}
const StartToday = dynamic(() => import('./StartToday'), { loading: Placeholder });

Expand Down

0 comments on commit f4d7f9e

Please sign in to comment.