Improve semantic html of default layout and add ids

This commit is contained in:
jeffvli 2023-01-06 14:49:41 -08:00
parent 3cf7127f56
commit f7b8e34905
3 changed files with 126 additions and 125 deletions

View file

@ -7,7 +7,7 @@ interface AnimatedPageProps {
children: ReactNode;
}
const StyledAnimatedPage = styled(motion.div)`
const StyledAnimatedPage = styled(motion.main)`
position: relative;
display: flex;
flex-direction: column;