Skip to content

Commit a0835f7

Browse files
authored
remove www. prefix from plumenetwork.xyz (#5850)
1 parent 128bb44 commit a0835f7

File tree

1 file changed

+2
-2
lines changed
  • apps/dashboard/src/app/(dashboard)/(chain)

1 file changed

+2
-2
lines changed

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)