This commit is contained in:
Martti Malmi 2023-04-26 11:54:11 +03:00
parent 0d759edd8d
commit 5a11e1c22f

View File

@ -62,7 +62,8 @@ export default class OnboardingNotification extends Component {
<Identicon str={pub} width={40} />
</div>
<div style="flex: 1">
<Name displayNameOnly={true} pub={pub} placeholder="Suggested follow" /><br />
<Name displayNameOnly={true} pub={pub} placeholder="Suggested follow" />
<br />
<small>{description}</small>
</div>
</a>