0
0
Fork 0
This commit is contained in:
Xeltica 2022-01-27 19:55:33 +09:00
parent 11f185bf72
commit 7c833c3568
8 changed files with 161 additions and 9 deletions

View file

@ -31,7 +31,6 @@ export const AccountsPage: React.VFC = () => {
</div>
) : (
<article className="fade">
<h1 className="text-125 text-bold">{data.username}<span className="text-dimmed">@{data.host}</span></h1>
<div>
<strong>{t('_accounts.switchAccount')}</strong>
</div>