mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
Added git links to todo sidebar
This commit is contained in:
@@ -3,6 +3,7 @@ import Link from 'next/link'
|
||||
|
||||
import tabs from '../data/tabs.json'
|
||||
import constants from '../constants.json'
|
||||
import BB from './b.js'
|
||||
|
||||
// FIXME: window resize event listener to show sidebar on resize
|
||||
|
||||
@@ -70,6 +71,7 @@ export default function Layout(props) {
|
||||
) : null}
|
||||
</div>
|
||||
<div className="content">{props.children}</div>
|
||||
<BB />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user