Minor style improvements on main page /on new features/

This commit is contained in:
ndaniel1102 2021-03-11 01:44:58 +01:00
parent 49eae83f81
commit cdc2b3fd66
10 changed files with 105 additions and 39 deletions

View file

@ -20,7 +20,11 @@ const links = {
manual: {
href: '/manual',
text: 'A script használata',
},
},
post: {
href: '/',
text: 'Bejegyzés írása...',
},
dataeditor: {
href: '/dataeditor',
text: 'Kérdés szerkesztő',
@ -246,7 +250,7 @@ export default function Index({ globalData }) {
return (
<div>
<div className={styles.title}>Fórum</div>
<div className={styles.title}>Fórum/Hírek</div>
<hr />
<Composer
onSubmit={(type, title, content, file) => {