mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Hiding sidebar on click on mobile
This commit is contained in:
parent
6688a1417d
commit
98d2fb5e85
2 changed files with 15 additions and 35 deletions
|
@ -1,32 +0,0 @@
|
|||
import React, { PureComponent } from 'react'
|
||||
|
||||
import links from './links.json'
|
||||
import constants from '../constants.json'
|
||||
|
||||
// TODO: aludni
|
||||
class HomeTab extends PureComponent {
|
||||
render () {
|
||||
return (<div>HAAAAAAAAAA</div>)
|
||||
// return (
|
||||
// <div>
|
||||
// {Object.keys(links).map((key) => {
|
||||
// const link = links[key]
|
||||
// return (
|
||||
// <div
|
||||
// className='link'
|
||||
// key={key}
|
||||
// >
|
||||
// <a
|
||||
// href={constants.serverUrl + link.href}
|
||||
// >
|
||||
// {link.text}
|
||||
// </a>
|
||||
// </div>
|
||||
// )
|
||||
// })}
|
||||
// </div>
|
||||
// )
|
||||
}
|
||||
}
|
||||
|
||||
export default HomeTab
|
Loading…
Add table
Add a link
Reference in a new issue