mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-25 18:13:48 -04:00
Add headline to SEO description
This commit is contained in:
@@ -291,7 +291,7 @@ function UserPageInner(props: ActiveUserPageProps) {
|
||||
>
|
||||
<SEO
|
||||
title={`${user.name}`}
|
||||
description={`${user.name} is on Compass`}
|
||||
description={profile?.headline ?? `${user.name} is on Compass`}
|
||||
url={`/${user.username}`}
|
||||
image={seoImage}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user