0
0
Fork 0

style: some strings

This commit is contained in:
아르페 2023-12-16 04:32:12 +09:00
parent 50df8a2e6d
commit d0a95f4eac
No known key found for this signature in database
GPG key ID: B1EFBBF5C93FF78F
6 changed files with 47 additions and 49 deletions

View file

@ -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>