mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
Minor style improvements on main page /on new features/
This commit is contained in:
+6
-2
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user