mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
SideDrawer: add aria-label
This commit is contained in:
@@ -122,7 +122,9 @@ export default function SideDrawer({
|
||||
)}
|
||||
variant="permanent"
|
||||
anchor="right"
|
||||
PaperProps={{ elevation: 4, component: "aside" } as any}
|
||||
PaperProps={
|
||||
{ elevation: 4, component: "aside", "aria-label": "Side drawer" } as any
|
||||
}
|
||||
>
|
||||
<ErrorBoundary FallbackComponent={ErrorFallback}>
|
||||
<div className="sidedrawer-contents">
|
||||
|
||||
Reference in New Issue
Block a user