Add aria-label to sidebar & fix heading sizes in about card

Signed-off-by: Michael Haley <mike.f.haley@gmail.com>
This commit is contained in:
Michael Haley
2022-05-06 12:05:24 -04:00
parent 1bddc77f31
commit 532a23865b
2 changed files with 2 additions and 2 deletions
@@ -189,7 +189,7 @@ const DesktopSidebar = (props: DesktopSidebarProps) => {
};
return (
<nav style={{}}>
<nav style={{}} aria-label="sidebar nav">
<A11ySkipSidebar />
<SidebarContext.Provider value={{ isOpen, setOpen }}>
<div
@@ -66,7 +66,7 @@ export function AboutField(props: AboutFieldProps) {
);
return (
<Grid item {...gridSizes}>
<Typography variant="subtitle2" className={classes.label}>
<Typography variant="h2" className={classes.label}>
{label}
</Typography>
{content}