Add missing space in front of founding date (#1027)

This commit is contained in:
ekzyis 2024-04-05 18:52:11 +02:00 committed by GitHub
parent 657ce1a4f8
commit ba8b37ffb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export function TerritoryInfo ({ sub }) {
<Link href={`/${sub.user.name}`}>
@{sub.user.name}<span> </span><Hat className='fill-grey' user={sub.user} height={12} width={12} />
</Link>
<span>on </span>
<span> on </span>
<span className='fw-bold'>{new Date(sub.createdAt).toDateString()}</span>
</div>
<div className='text-muted'>