Unknown char fixes, removed unnecesary files, style fixes/changes

This commit is contained in:
mrfry 2021-04-21 12:05:16 +02:00
parent 9c194277b3
commit 3739153e95
10 changed files with 65 additions and 44 deletions

View file

@ -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>