mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added info text on ranklist
This commit is contained in:
@@ -79,6 +79,10 @@ export default function RankList() {
|
||||
<div
|
||||
className={styles.infoText}
|
||||
>{`A felhasználó ID-d: #${selfUserId}`}</div>
|
||||
<div className={styles.text}>
|
||||
Az adatok kb 2020. április eleje óta vannak gyűjtve, és azonnal
|
||||
frissülnek.
|
||||
</div>
|
||||
<Sleep />
|
||||
<div className={styles.table}>
|
||||
<div className={styles.headerRow}>
|
||||
|
@@ -53,6 +53,11 @@
|
||||
background-color: #9999ee;
|
||||
}
|
||||
|
||||
.text {
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.infoText {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
|
Reference in New Issue
Block a user