mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Unknown char fixes, removed unnecesary files, style fixes/changes
This commit is contained in:
parent
9c194277b3
commit
3739153e95
10 changed files with 65 additions and 44 deletions
|
@ -95,7 +95,7 @@ function FAQSection() {
|
|||
<b>Gombok, %-ok, számok;</b>
|
||||
<br />
|
||||
<img
|
||||
style={{ maxWidth: '100%' }}
|
||||
style={{ maxWidth: '90%' }}
|
||||
src="img/6.png"
|
||||
alt="img"
|
||||
className={'manual_img'}
|
||||
|
@ -164,7 +164,7 @@ function WebsiteSaveSection() {
|
|||
</p>
|
||||
<center>
|
||||
<img
|
||||
style={{ maxWidth: '100%' }}
|
||||
style={{ maxWidth: '90%' }}
|
||||
src="img/websitesave.png"
|
||||
alt="img"
|
||||
className={'manual_img'}
|
||||
|
@ -249,14 +249,11 @@ export default function FAQ({ router }) {
|
|||
}
|
||||
}
|
||||
|
||||
useEffect(
|
||||
() => {
|
||||
if (router.query.tab) {
|
||||
setCurrPage(pages[router.query.tab])
|
||||
}
|
||||
},
|
||||
[router.query.tab]
|
||||
)
|
||||
useEffect(() => {
|
||||
if (router.query.tab) {
|
||||
setCurrPage(pages[router.query.tab])
|
||||
}
|
||||
}, [router.query.tab])
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue