mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-26 13:17:15 -05:00
semantic html
This commit is contained in:
@@ -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%"
|
||||
|
||||
Reference in New Issue
Block a user