Skip to content

Commit 39e61e5

Browse files
Show challenge name title in Social og:title
1 parent 464ae71 commit 39e61e5

File tree

1 file changed

+1
-1
lines changed
  • src/shared/containers/challenge-detail

1 file changed

+1
-1
lines changed

src/shared/containers/challenge-detail/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ class ChallengeDetailPageContainer extends React.Component {
429429
image={getOgImage(challenge)}
430430
siteName="Topcoder"
431431
socialDescription={description}
432-
socialTitle={`${prizesStr}${title}`}
432+
socialTitle={`${prizesStr}${challenge.name}`}
433433
title={title}
434434
/>
435435
)

0 commit comments

Comments
 (0)