mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
IRC button module, removed some links
This commit is contained in:
parent
647ca26892
commit
833b641578
6 changed files with 36 additions and 38 deletions
|
@ -1,4 +1,4 @@
|
|||
import styles from './feedback.module.css'
|
||||
import IrcButton from '../components/IrcButton.js'
|
||||
|
||||
import constants from '../constants.json'
|
||||
|
||||
|
@ -51,13 +51,7 @@ export default function Feedback (props) {
|
|||
|
||||
return (
|
||||
<div>
|
||||
<center>
|
||||
<a href='/irc'>
|
||||
<div className={styles.ircLink}>
|
||||
IRC chat
|
||||
</div>
|
||||
</a>
|
||||
</center>
|
||||
<IrcButton />
|
||||
<p />
|
||||
<hr />
|
||||
<p />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue