mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Small thanks page facelift
This commit is contained in:
parent
83ff9576e7
commit
705dd71866
2 changed files with 18 additions and 4 deletions
|
@ -1,11 +1,15 @@
|
|||
// TODO: prettier page for donate
|
||||
import styles from './thanks.module.css'
|
||||
import constants from '../constants.json'
|
||||
|
||||
export default function Thanks () {
|
||||
return (
|
||||
<div>
|
||||
<center>
|
||||
<span>Thanks for the donate</span>
|
||||
</center>
|
||||
<div className={styles.container}>
|
||||
<div className={styles.title}>Thanks for the donate!</div>
|
||||
<div>
|
||||
<img src={`${constants.siteUrl}img/thanks.gif`} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
10
src/pages/thanks.module.css
Normal file
10
src/pages/thanks.module.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
.title {
|
||||
font-size: 30px;
|
||||
color: white;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.container {
|
||||
text-align: center;
|
||||
margin: 50px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue