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
|
@ -23,7 +23,7 @@ export default function NewsEntry({
|
|||
<div className={styles.newsTitle}>{title}</div>
|
||||
<div className={styles.user}>
|
||||
<div>User #{user}</div>
|
||||
<div className={styles.newsDate}>{date}</div>
|
||||
<div className={styles.newsDate}> @ {date}</div>
|
||||
</div>
|
||||
</div>
|
||||
{admin ? (
|
||||
|
@ -42,7 +42,7 @@ export default function NewsEntry({
|
|||
onPostDelete()
|
||||
}}
|
||||
>
|
||||
Delete
|
||||
Törlés
|
||||
</span>
|
||||
) : null}
|
||||
<ReactButton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue