mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 19:27:36 +02:00
Added global header, refetch infos on window focus
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import React, { useState, useEffect } from 'react'
|
||||
import fetch from 'unfetch'
|
||||
import Head from 'next/head'
|
||||
import Link from 'next/link'
|
||||
|
||||
import Header from '../components/header'
|
||||
|
||||
import styles from './pwRequest.module.css'
|
||||
import constants from '../constants.json'
|
||||
|
||||
@@ -96,9 +97,7 @@ export default function PwRequest({ globalData, globalState, setGlobalState }) {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Head>
|
||||
<title>Jelszó generálás - Qmining | Frylabs.net</title>
|
||||
</Head>
|
||||
<Header title={'Jelszó generálás'} />
|
||||
<div className={'pageHeader'}>
|
||||
<h1>Jelszó generálás</h1>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user