mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 19:27:36 +02:00
Reaction sorting, minor style and usability fixes
This commit is contained in:
@@ -2,7 +2,6 @@ import React, { useState, useEffect } from 'react'
|
||||
import fetch from 'unfetch'
|
||||
import Head from 'next/head'
|
||||
import Link from 'next/link'
|
||||
import Sleep from '../components/sleep'
|
||||
|
||||
import styles from './pwRequest.module.css'
|
||||
import constants from '../constants.json'
|
||||
@@ -90,7 +89,6 @@ export default function PwRequest({ globalData }) {
|
||||
<h1>Jelszó generálás</h1>
|
||||
</div>
|
||||
<center>
|
||||
<Sleep />
|
||||
<div id="form">
|
||||
<div className={styles.text}>
|
||||
<p className={styles.descrip}>
|
||||
|
||||
Reference in New Issue
Block a user