Skip to content

Commit 25aa5bc

Browse files
committed
update text
1 parent bff1e56 commit 25aa5bc

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

packages/round-manager/src/features/round/ViewRoundResults/ViewRoundResults.tsx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ function ViewRoundResults({
505505
target="_blank"
506506
href={`https://qf-calculator.fly.dev/?round_id=${round.id}&chain_id=${chain.id}`}
507507
>
508-
cluster matching template
508+
cluster matching application
509509
</a>{" "}
510510
to calculate your results. Click{" "}
511511
<a
@@ -529,6 +529,22 @@ function ViewRoundResults({
529529
Passport at setup, select this option to
530530
calculate your round’s final results.
531531
</span>
532+
<a
533+
className="underline"
534+
target="_blank"
535+
href={`https://qf-calculator.fly.dev/?round_id=${round.id}&chain_id=${chain.id}`}
536+
>
537+
cluster matching application
538+
</a>{" "}
539+
to calculate your results. Click{" "}
540+
<a
541+
className="underline"
542+
target="_blank"
543+
href="https://roundoperations.gitcoin.co/round-operations/post-round/cluster-matching-and-csv-upload"
544+
>
545+
here
546+
</a>{" "}
547+
to learn more.
532548
</div>
533549
) : (
534550
<div className="flex flex-col">

0 commit comments

Comments
 (0)