File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed
packages/round-manager/src/features/round/ViewRoundResults Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ function ViewRoundResults({
505
505
target = "_blank"
506
506
href = { `https://qf-calculator.fly.dev/?round_id=${ round . id } &chain_id=${ chain . id } ` }
507
507
>
508
- cluster matching template
508
+ cluster matching application
509
509
</ a > { " " }
510
510
to calculate your results. Click{ " " }
511
511
< a
@@ -537,9 +537,25 @@ function ViewRoundResults({
537
537
- System default quadratic funding calculation
538
538
</ span >
539
539
< 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.
543
559
</ span >
544
560
</ div >
545
561
) }
You can’t perform that action at this time.
0 commit comments