Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Jan 26, 2024
1 parent f007f2c commit b9c0638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Whitelist/stepsEco/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const StepsEco = ({ setTabIndex }: IProps) => {
{
project: 'Bitcoin L2s',
title: 'Launch your own Bitcoin L2',
desc: `Developers? It’s easy to customize and launch your own Bitcoin L2 blockchain — with just a few clicks. ${LearnMore("https://docs.bvm.network/bvm/quickstart/create-a-bitcoin-virtual-machine", "Read the whitepaper")}<br/>It’s easy to customize and launch your own Bitcoin L2 blockchain — just a few clicks.`,
desc: `Developers? It’s easy to customize and launch your own Bitcoin L2 blockchain — with just a few clicks. ${LearnMore("https://docs.bvm.network/bvm/quickstart/create-a-bitcoin-virtual-machine", "Read the whitepaper")}`,
actionText: token ? 'Launch now' : 'Craft a tweet about BVM first',
image: 'ic-create-bvm.svg',
actionHandle: () => {
Expand Down

0 comments on commit b9c0638

Please sign in to comment.