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
|
@ -5,6 +5,7 @@ import React, { useState, useEffect } from 'react'
|
|||
import fetch from 'unfetch'
|
||||
|
||||
import LoadingIndicator from '../components/LoadingIndicator'
|
||||
import Sleep from '../components/sleep'
|
||||
|
||||
import styles from './index.module.css'
|
||||
import links from '../data/links.json'
|
||||
|
@ -145,6 +146,7 @@ export default function Index (props) {
|
|||
)
|
||||
})}
|
||||
</center>
|
||||
<Sleep />
|
||||
{renderNews()}
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue