mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added irc button to feedback tab
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import styles from './feedback.module.css'
|
||||
|
||||
import constants from '../constants.json'
|
||||
|
||||
export default function Feedback (props) {
|
||||
@@ -49,6 +51,16 @@ export default function Feedback (props) {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<center>
|
||||
<a href='/irc'>
|
||||
<div className={styles.ircLink}>
|
||||
IRC chat
|
||||
</div>
|
||||
</a>
|
||||
</center>
|
||||
<p />
|
||||
<hr />
|
||||
<p />
|
||||
{renderFeedback()}
|
||||
<p />
|
||||
<hr />
|
||||
|
Reference in New Issue
Block a user