This commit is contained in:
Tom (plebeius.eth)
2024-07-02 15:39:20 +02:00
parent 66cc23c404
commit 3f39e1efba
3 changed files with 15 additions and 4 deletions
+6
View File
@@ -1,8 +1,14 @@
import { useEffect } from 'react';
import { HashLink } from 'react-router-hash-link';
import { Footer, HomeLogo } from '../home';
import styles from './faq.module.css';
const FAQ = () => {
useEffect(() => {
window.scrollTo(0, 0);
document.title = 'FAQ - plebchan';
}, []);
return (
<div className={styles.wrapper}>
<div className={styles.content}>