Added page titles

This commit is contained in:
mrfry 2020-11-26 13:44:13 +01:00
parent 587c304317
commit 37060e9e69
11 changed files with 142 additions and 94 deletions

View file

@ -1,5 +1,6 @@
import React, { useState } from 'react'
import fetch from 'unfetch'
import Head from 'next/head'
import Button from '../components/Button.js'
@ -233,6 +234,9 @@ export default function Feedback(props) {
return (
<div>
<Head>
<title>Qmining - Feedback</title>
</Head>
<Button text="IRC chat" href="/irc" />
<p />
<hr />