mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat: add FAQ page
This commit is contained in:
+2
-10
@@ -133,7 +133,7 @@ const downloadAppLink = (() => {
|
||||
const isElectron = window.isElectron === true;
|
||||
const commitRef = process.env.REACT_APP_COMMIT_REF;
|
||||
|
||||
const Footer = () => {
|
||||
export const Footer = () => {
|
||||
const { t } = useTranslation();
|
||||
return (
|
||||
<>
|
||||
@@ -151,15 +151,7 @@ const Footer = () => {
|
||||
</li>
|
||||
)}
|
||||
<li>
|
||||
<Link
|
||||
to='/faq'
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
alert('work in progress');
|
||||
}}
|
||||
>
|
||||
FAQ
|
||||
</Link>
|
||||
<Link to='/faq'>FAQ</Link>
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://t.me/plebbit' target='_blank' rel='noopener noreferrer'>
|
||||
|
||||
@@ -1 +1 @@
|
||||
export { HomeLogo, default } from './home';
|
||||
export { HomeLogo, Footer, default } from './home';
|
||||
|
||||
Reference in New Issue
Block a user