mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 12:13:10 -05:00
semantic html
This commit is contained in:
parent
55180f93c6
commit
fa18ef32f6
|
|
@ -17,7 +17,7 @@ const Footer: React.FC = () => {
|
|||
)[species];
|
||||
|
||||
return (
|
||||
<Box mt="auto">
|
||||
<Box as="footer" mt="auto">
|
||||
<Image
|
||||
src={footerImageSrc}
|
||||
bg={themeColor}
|
||||
|
|
|
|||
|
|
@ -99,7 +99,13 @@ const IconNavBar = () => {
|
|||
const isVoting = false;
|
||||
|
||||
return (
|
||||
<Flex bg={secondaryBgColor} py={2} justifyContent="center" flexWrap="wrap">
|
||||
<Flex
|
||||
as="nav"
|
||||
bg={secondaryBgColor}
|
||||
py={2}
|
||||
justifyContent="center"
|
||||
flexWrap="wrap"
|
||||
>
|
||||
{navIcons.map(({ displayName, code, menuItems }) => {
|
||||
const codesTogether =
|
||||
"/" +
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ const TopNav = () => {
|
|||
|
||||
return (
|
||||
<Grid
|
||||
as="header"
|
||||
templateColumns={["1fr 1fr", null, "1fr 1fr 1fr"]}
|
||||
bg={bgColor}
|
||||
w="100%"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user