Simplify tab title

This commit is contained in:
MartinBraquet
2025-10-08 17:32:19 +02:00
parent 24788aa9af
commit d80b982dde

View File

@@ -126,7 +126,7 @@ function UserPageInner(props: ActiveUserPageProps) {
className={'relative p-2 sm:pt-0'}
>
<SEO
title={`${user.name} (@${user.username})`}
title={`${user.name}`}
description={user.bio ?? ''}
url={`/${user.username}`}
image={getLoveOgImageUrl(user, profile)}