Merge pull request #11373 from mhaley37/fix-component-page-accessibility
Add aria-label to sidebar & fix heading sizes in entity about card
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user