mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Minor style improvements on main page /on new features/
This commit is contained in:
parent
49eae83f81
commit
cdc2b3fd66
10 changed files with 105 additions and 39 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue