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
|
@ -8,7 +8,7 @@ import reactions from '../data/reactions.json'
|
|||
function ExistingReacts({ existingReacts, onClick, uid }) {
|
||||
return (
|
||||
<div className={styles.reactionContainer}>
|
||||
<div>React</div>
|
||||
<div className={styles.react_bttn}>Reakció</div>
|
||||
{existingReacts &&
|
||||
Object.keys(existingReacts).map((key) => {
|
||||
const currReact = existingReacts[key]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue