From 34d9c527ca37be327b7f0515a5390f7da4c5d218 Mon Sep 17 00:00:00 2001 From: Archaon Date: Thu, 14 Nov 2024 10:15:59 +0700 Subject: [PATCH] update copy --- src/layouts/HeaderV4/menuConfig.ts | 4 ++-- src/modules/landing/Componets/Chain/index.tsx | 2 +- src/modules/landing/Componets/Hero/Content/index.tsx | 2 +- src/modules/landing/Componets/Hero/Content/styles.module.scss | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/layouts/HeaderV4/menuConfig.ts b/src/layouts/HeaderV4/menuConfig.ts index ca764692c..501307b2a 100644 --- a/src/layouts/HeaderV4/menuConfig.ts +++ b/src/layouts/HeaderV4/menuConfig.ts @@ -68,7 +68,7 @@ export const NAV_ITEMS: Array = [ isHide: false, }, { - label: '$BVM', + label: 'Get BVM', href: '/bvm', isNewWindow: false, isHide: false, @@ -176,7 +176,7 @@ export const NAV_ITEMS_LEFT: Array = [ }, { - label: '$BVM', + label: 'Get BVM', href: '/bvm', isNewWindow: false, isHide: false, diff --git a/src/modules/landing/Componets/Chain/index.tsx b/src/modules/landing/Componets/Chain/index.tsx index 09181f86d..791d553d1 100644 --- a/src/modules/landing/Componets/Chain/index.tsx +++ b/src/modules/landing/Componets/Chain/index.tsx @@ -269,7 +269,7 @@ export default function Chain() { }} className={s.chain_btn} onClick={() => { - router.push('/rollups/customize'); + router.push('/experience'); }} > {`Experience Bitcoin like never before`} diff --git a/src/modules/landing/Componets/Hero/Content/index.tsx b/src/modules/landing/Componets/Hero/Content/index.tsx index 50b130cc2..16ea7a5ce 100644 --- a/src/modules/landing/Componets/Hero/Content/index.tsx +++ b/src/modules/landing/Componets/Hero/Content/index.tsx @@ -35,7 +35,7 @@ export default function HeroContent() { diff --git a/src/modules/landing/Componets/Hero/Content/styles.module.scss b/src/modules/landing/Componets/Hero/Content/styles.module.scss index c56fb17aa..257190914 100644 --- a/src/modules/landing/Componets/Hero/Content/styles.module.scss +++ b/src/modules/landing/Componets/Hero/Content/styles.module.scss @@ -3,7 +3,7 @@ left: 50%; transform: translateX(-50%); z-index: 2; - max-width: 1200px; + max-width: 1400px; width: 100%; top: 180px; padding-left: 16px;