style: use space indentation
feat: no new users allowed fix: change base language to Korean fix: change gacha to random text from devs
This commit is contained in:
parent
320dfc0696
commit
b6a3b0cd53
35 changed files with 335 additions and 367 deletions
|
@ -51,7 +51,7 @@ export const IndexSessionPage: React.VFC = () => {
|
|||
<td>{score.data?.followersCount ?? '...'}</td>
|
||||
<td>{score.data?.followersDelta ?? '...'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr>
|
||||
<td>{t('_missHai.rating')}</td>
|
||||
<td>{session?.rating ?? '...'}</td>
|
||||
</tr>
|
||||
|
@ -64,7 +64,7 @@ export const IndexSessionPage: React.VFC = () => {
|
|||
<div className="menu large">
|
||||
<a className="item" href="https://psec.dev/@PSEC" target="_blank" rel="noopener noreferrer">
|
||||
<i className="icon fas fa-at"></i>
|
||||
@PSEC@psec.dev
|
||||
@PSEC@psec.dev
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue