mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added user questions
This commit is contained in:
parent
261e04a0eb
commit
b7dcc360bc
4 changed files with 116 additions and 139 deletions
|
@ -30,7 +30,12 @@ export default function Layout (props) {
|
|||
<Link href='/allQuestions' >
|
||||
<a
|
||||
className={currPageName === 'allQuestions' ? 'active' : ''}
|
||||
>manual</a>
|
||||
>AllQuestions</a>
|
||||
</Link>
|
||||
<Link href='/userQuestions' >
|
||||
<a
|
||||
className={currPageName === 'userQuestions' ? 'active' : ''}
|
||||
>userQuestions</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className='content'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue