mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 19:27:36 +02:00
Added button component
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import styles from './button.module.css'
|
||||
|
||||
export default function Button (props) {
|
||||
return (
|
||||
<div>
|
||||
<center>
|
||||
<a href={props.href}>
|
||||
<div className={styles.ircLink}>
|
||||
{props.text}
|
||||
</div>
|
||||
</a>
|
||||
</center>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user