mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added page titles
This commit is contained in:
parent
587c304317
commit
37060e9e69
11 changed files with 142 additions and 94 deletions
|
@ -1,4 +1,5 @@
|
|||
import React, { useState } from 'react'
|
||||
import Head from 'next/head'
|
||||
|
||||
import Button from '../components/Button.js'
|
||||
import Sleep from '../components/sleep'
|
||||
|
@ -62,6 +63,9 @@ export default function contribute() {
|
|||
|
||||
return (
|
||||
<div>
|
||||
<Head>
|
||||
<title>Qmining - Contribute / Todos</title>
|
||||
</Head>
|
||||
<div className={styles.description}>
|
||||
Egy kártyára kattintva szavazhatsz. Minél több szavazat érkezik egy
|
||||
kártyára, annál magasabb lesz a pioritása. Jobb alsó szám minél több,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue