mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Prettier pw request tab
This commit is contained in:
parent
0e8f6cd2d9
commit
5b1faa5687
8 changed files with 77 additions and 14 deletions
|
@ -1,5 +1,6 @@
|
|||
import Button from '../components/Button.js'
|
||||
import Helps from '../components/Helps.js'
|
||||
import Sleep from '../components/sleep'
|
||||
|
||||
import styles from './contribute.module.css'
|
||||
import repos from '../data/repos.json'
|
||||
|
@ -7,6 +8,7 @@ import repos from '../data/repos.json'
|
|||
export default function contribute (props) {
|
||||
return (
|
||||
<div>
|
||||
<Sleep />
|
||||
<Helps />
|
||||
<hr />
|
||||
<div className={styles.description}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue