mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added id to side bar links container
This commit is contained in:
@@ -40,7 +40,7 @@ export default function Layout (props) {
|
||||
</div>
|
||||
</div>
|
||||
{sidebarOpen
|
||||
? <div>
|
||||
? <div id='sideBarLinks'>
|
||||
{Object.keys(tabs).map((key) => {
|
||||
const item = tabs[key]
|
||||
return (
|
||||
|
Reference in New Issue
Block a user