File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
apps/dashboard/src/app/(dashboard)/(chain) Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 if : |
1414 github.event.pull_request.author_association == 'MEMBER' ||
1515 github.event.pull_request.author_association == 'OWNER' ||
16- github.event.pull_request.author_association == 'COLLABORATOR'
16+ github.event.pull_request.author_association == 'COLLABORATOR' ||
17+ github.event.pull_request.author_association == 'CONTRIBUTOR'
1718 steps :
1819 -
uses :
toshimaru/[email protected]
Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ const chainMetaRecord = {
585585 cta : {
586586 backgroundImageUrl : plumeCTAv2 . src ,
587587 title : "Bringing the Real World Onchain" ,
588- buttonLink : "https://www. plumenetwork.xyz/" ,
588+ buttonLink : "https://plumenetwork.xyz/" ,
589589 buttonText : "Learn more" ,
590590 } ,
591591 } ,
@@ -597,7 +597,7 @@ const chainMetaRecord = {
597597 cta : {
598598 backgroundImageUrl : plumeCTAv2 . src ,
599599 title : "Bringing the Real World Onchain" ,
600- buttonLink : "https://www. plumenetwork.xyz/" ,
600+ buttonLink : "https://plumenetwork.xyz/" ,
601601 buttonText : "Learn more" ,
602602 } ,
603603 } ,
You can’t perform that action at this time.
0 commit comments