Skip to content

Commit 7896bf7

Browse files
authored
Merge branch 'main' into kien/add-endpoint-component-portal-TOOL-2894
2 parents 89a3ac8 + a0835f7 commit 7896bf7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/auto-assign.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
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]

apps/dashboard/src/app/(dashboard)/(chain)/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)