Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmar-const committed Nov 14, 2024
1 parent bca1474 commit 34d9c52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/layouts/HeaderV4/menuConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const NAV_ITEMS: Array<NavItem> = [
isHide: false,
},
{
label: '$BVM',
label: 'Get BVM',
href: '/bvm',
isNewWindow: false,
isHide: false,
Expand Down Expand Up @@ -176,7 +176,7 @@ export const NAV_ITEMS_LEFT: Array<NavItem> = [
},

{
label: '$BVM',
label: 'Get BVM',
href: '/bvm',
isNewWindow: false,
isHide: false,
Expand Down
2 changes: 1 addition & 1 deletion src/modules/landing/Componets/Chain/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`}
Expand Down
2 changes: 1 addition & 1 deletion src/modules/landing/Componets/Hero/Content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function HeroContent() {
<Fade delayEnter={6.5}>
<button
onClick={() => router.push('/studio')}
className={`${s.btn} ${s.btn__white}`}
className={`${s.btn} ${s.btn__red}`}
>
Launch your Bitcoin L2 now
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 34d9c52

Please sign in to comment.