mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Rework of page "allQuestions", minor style and layout fixes and modifications for other pages
This commit is contained in:
parent
47a2227f87
commit
23865a68cd
14 changed files with 147 additions and 94 deletions
|
@ -255,6 +255,7 @@ export default function FAQ() {
|
|||
<h1>Gyakran Ismételt Kérdések</h1>
|
||||
</div>
|
||||
<br />
|
||||
<Sleep />
|
||||
<br />
|
||||
<div className={'buttonContainer'}>
|
||||
{Object.keys(pages).map((key) => {
|
||||
|
@ -273,7 +274,7 @@ export default function FAQ() {
|
|||
})}
|
||||
</div>
|
||||
{renderCurrPage(currPage)}
|
||||
<Sleep />
|
||||
|
||||
<p className={'endofpage'} />
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue