mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Minor chages including class name rename, max entries to load on front page
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import React from 'react'
|
||||
import styles from './button.module.css'
|
||||
|
||||
export default function Button(props) {
|
||||
@@ -5,7 +6,7 @@ export default function Button(props) {
|
||||
<div>
|
||||
<center>
|
||||
<a href={props.href}>
|
||||
<div className={styles.ircLink}>{props.text}</div>
|
||||
<div className={styles.button}>{props.text}</div>
|
||||
</a>
|
||||
</center>
|
||||
</div>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.ircLink {
|
||||
.button {
|
||||
background-color: #9999ff;
|
||||
border: none;
|
||||
color: white;
|
||||
|
Reference in New Issue
Block a user