Skip to content

Commit 83f3d2a

Browse files
Merge pull request #3632 from gitcoinco/PAR-369
update text
2 parents bff1e56 + 0d89f1c commit 83f3d2a

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

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

Lines changed: 20 additions & 4 deletions
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
@@ -537,9 +537,25 @@ function ViewRoundResults({
537537
- System default quadratic funding calculation
538538
</span>
539539
<span className="text-sm mt-1 ml-2 text-gray-400">
540-
Since you selected manual verification at
541-
setup, select this option to calculate your
542-
round’s final results.
540+
Since you default quadratic funding calculation
541+
at setup, select this option. Please
542+
use this{" "}
543+
<a
544+
className="underline"
545+
target="_blank"
546+
href={`https://qf-calculator.fly.dev/?round_id=${round.id}&chain_id=${chain.id}`}
547+
>
548+
cluster matching application
549+
</a>{" "}
550+
to calculate your results. Click{" "}
551+
<a
552+
className="underline"
553+
target="_blank"
554+
href="https://roundoperations.gitcoin.co/round-operations/post-round/cluster-matching-and-csv-upload"
555+
>
556+
here
557+
</a>{" "}
558+
to learn more.
543559
</span>
544560
</div>
545561
)}

0 commit comments

Comments
 (0)