mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-22 04:39:33 -05:00
Simplify tab title
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user