Skip to content

Commit

Permalink
💄 Fix share preview
Browse files Browse the repository at this point in the history
  • Loading branch information
damianpumar committed Dec 18, 2024
1 parent 6414b1a commit dbd908a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ ${url.toString()}`;

params.set(
"text",
`<span>
<span size="9pt" weight="bold">@${user.value.userName}</span>
`<span size="9pt" weight="bold">@${user.value.userName}</span>
I've just contributed <span weight="bold">${metrics.submitted}</span> examples to this dataset:
<span size="9pt" weight="bold">${dataset.name}</span></span>
<span size="9pt" weight="bold">${dataset.name}</span>
<span size="8pt">Team progress</span>
<span weight="bold">${progress.percentage.completed}%</span>`
Expand Down

0 comments on commit dbd908a

Please sign in to comment.