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:
parent
b88a4d9c9e
commit
a91fa4a7fe
8 changed files with 417 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue