mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
refactors, dynamic constants (lol)
This commit is contained in:
@@ -4,7 +4,7 @@ import { useQuery } from 'react-query'
|
||||
import Header from '../components/header'
|
||||
import Link from 'next/link'
|
||||
|
||||
import constants from '../constants.json'
|
||||
import constants from '../constants'
|
||||
import ExternalLinkIcon from '../components/externalLinkIcon'
|
||||
|
||||
import styles from './script.module.css'
|
||||
@@ -102,13 +102,9 @@ export default function Script() {
|
||||
<li>
|
||||
Ha be vagy jelentkezve, akkor a teszt oldalakon a megoldásokat
|
||||
kellene látnod egy felugró ablakban felül. Ha nem, akkor{' '}
|
||||
<Link href="/faq">
|
||||
GYIK
|
||||
</Link>
|
||||
<Link href="/faq">GYIK</Link>
|
||||
-be olvass bele, vagy{' '}
|
||||
<Link href="/contact">
|
||||
írj üzenetet mi nem működik
|
||||
</Link>
|
||||
<Link href="/contact">írj üzenetet mi nem működik</Link>
|
||||
</li>
|
||||
</ol>
|
||||
<b>Példa felugró ablakokra:</b>
|
||||
@@ -161,5 +157,5 @@ export default function Script() {
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user