Skip to content
Snippets Groups Projects
Unverified Commit 287a1d22 authored by Timothy Carambat's avatar Timothy Carambat Committed by GitHub
Browse files

patch aria attrib outside element (#1047)

parent cf5fb4c0
No related branches found
No related tags found
No related merge requests found
...@@ -99,13 +99,15 @@ export function SidebarMobileHeader() { ...@@ -99,13 +99,15 @@ export function SidebarMobileHeader() {
return ( return (
<> <>
<div className="fixed top-0 left-0 right-0 z-10 flex justify-between items-center px-4 py-2 bg-sidebar text-slate-200 shadow-lg h-16"> <div
aria-label="Show sidebar"
className="fixed top-0 left-0 right-0 z-10 flex justify-between items-center px-4 py-2 bg-sidebar text-slate-200 shadow-lg h-16"
>
<button <button
onClick={() => setShowSidebar(true)} onClick={() => setShowSidebar(true)}
className="rounded-md p-2 flex items-center justify-center text-slate-200" className="rounded-md p-2 flex items-center justify-center text-slate-200"
> >
<List className="h-6 w-6" /> <List className="h-6 w-6" />
aria-label="Show sidebar"
</button> </button>
<div className="flex items-center justify-center flex-grow"> <div className="flex items-center justify-center flex-grow">
<img <img
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment