mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added data editor to repos tab, changed some descriptions
This commit is contained in:
parent
4776405aa8
commit
b4dc053e1f
7 changed files with 24 additions and 32 deletions
|
@ -1,7 +1,7 @@
|
|||
import React, { useState } from 'react'
|
||||
import fetch from 'unfetch'
|
||||
|
||||
import IrcButton from '../components/IrcButton.js'
|
||||
import Button from '../components/Button.js'
|
||||
|
||||
import styles from './feedback.module.css'
|
||||
import constants from '../constants.json'
|
||||
|
@ -244,7 +244,7 @@ export default function Feedback (props) {
|
|||
|
||||
return (
|
||||
<div>
|
||||
<IrcButton />
|
||||
<Button text='IRC chat' href='/irc' />
|
||||
<p />
|
||||
<hr />
|
||||
<p />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue