Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2022-12-14 09:10:49 +01:00
9 changed files with 48 additions and 31 deletions

View File

@@ -342,7 +342,9 @@ class Header extends ImmutablePureComponent {
<div className='account__header__tabs__name'>
<h1>
<span dangerouslySetInnerHTML={displayNameHtml} /> {badge}
<small>@{acct} {lockedIcon}</small>
<small>
<span>@{acct}</span> {lockedIcon}
</small>
</h1>
</div>