Skip to content

Commit

Permalink
chore: change title and desc of sharing default title
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Feb 2, 2024
1 parent 22fbe60 commit 3a5bc20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/leaderboard/ProgressModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ function ProgressPanel({
const { isZero, value } = formatSUB(data?.earned)
const title = `I earned ${isZero ? '' : `${value} `}SUB ${
isUsingLastWeekData ? 'last week for my activity' : 'yesterday'
} on @SubsocialChain!`
const desc = "Let's be active in Polkaverse to join The Creator Economy!"
} on Subsocial!`
const desc = 'Being a part of The Creator Economy is great!'
generateImage(image => {
window.open(
fullUrl(
Expand Down

0 comments on commit 3a5bc20

Please sign in to comment.