File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
packages/round-manager/src/features/round/ViewRoundResults Expand file tree Collapse file tree 1 file changed +17
-1
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
@@ -529,6 +529,22 @@ function ViewRoundResults({
529
529
Passport at setup, select this option to
530
530
calculate your round’s final results.
531
531
</ 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.
532
548
</ div >
533
549
) : (
534
550
< div className = "flex flex-col" >
You can’t perform that action at this time.
0 commit comments