Skip to content

Commit

Permalink
Merge branch 'main' into fix-gating-dapp-feature-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuba authored Feb 18, 2025
2 parents 58e9360 + a039422 commit eb814f8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dapp/src/components/WelcomeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const steps = [
id: 0,
title: (
<Text size="5xl" fontWeight="semibold">
Activate your BTC,{" "}
Compound your bitcoin,{" "}
<Box as="span" display="block" color="orange.30">
earn rewards
</Box>
Expand All @@ -69,9 +69,8 @@ const steps = [
),
content: () => (
<Highlight query="tBTC">
Acre is powered by tBTC, the trusted Bitcoin bridge that secured over
half a billion dollars in BTC. No centralized custodians, everything is
fully on-chain.
Acre is powered by a trusted, decentralized Bitcoin bridge (tBTC). No
centralized custodians, everything is fully on-chain.
</Highlight>
),
video: step2Video,
Expand Down

0 comments on commit eb814f8

Please sign in to comment.