style: some strings
This commit is contained in:
parent
50df8a2e6d
commit
d0a95f4eac
6 changed files with 47 additions and 49 deletions
|
@ -51,14 +51,12 @@ export const IndexSessionPage: React.VFC = () => {
|
|||
<td>{score.data?.followersCount ?? '...'}</td>
|
||||
<td>{score.data?.followersDelta ?? '...'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{t('_missHai.rating')}</td>
|
||||
<td>{session.data.rating}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>
|
||||
<strong>
|
||||
{t('_missHai.rating')}{': '}
|
||||
</strong>
|
||||
{session?.rating ?? '...'}
|
||||
</p>
|
||||
</section>
|
||||
<section className="developerInfo">
|
||||
<h2><i className="fas fa-circle-question"></i> {t('_developerInfo.title')}</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue