File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export default function NavBar() {
2525 />
2626 </ div >
2727 </ Link >
28+ { /* eslint-disable-next-line jsx-a11y/control-has-associated-label */ }
2829 < button
2930 className = "navbar-toggler border-0 shadow-bssb-sm"
3031 type = "button"
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ export default function ContextViewer({
9696 ) }
9797 </ div >
9898 < div className = "ps-2" >
99+ { /* eslint-disable-next-line jsx-a11y/control-has-associated-label */ }
99100 < button
100101 className = "btn btn-light-bssb shadow-bssb-sm d-block border-0 rounded-circle mb-1x"
101102 type = "submit"
@@ -105,6 +106,7 @@ export default function ContextViewer({
105106 >
106107 < BsChevronUp className = "text-body-secondary" />
107108 </ button >
109+ { /* eslint-disable-next-line jsx-a11y/control-has-associated-label */ }
108110 < button
109111 className = "btn btn-light-bssb shadow-bssb-sm d-block border-0 rounded-circle"
110112 type = "submit"
You can’t perform that action at this time.
0 commit comments