Skip to content

Commit

Permalink
fix: Minor typo in the welcome carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis committed Feb 12, 2024
1 parent a270abc commit aa31251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/lib/features/welcome/onboarding.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class CarouselItem {
final List<CarouselItem> carouselItems = [
CarouselItem(
"Welcome, Satoshi",
"10101 uses Discreet Log Contracts (DLCs) to ensure that every trade is collateralized and fully self-custodial. \n\nrYour first trade will open a DLC channel with on-chain funds. Every subsequent trade will happen off-chain until your channel is closed.",
"10101 uses Discreet Log Contracts (DLCs) to ensure that every trade is collateralized and fully self-custodial. \n\nYour first trade will open a DLC channel with on-chain funds. Every subsequent trade will happen off-chain until your channel is closed.",
Image.asset("assets/carousel_1.png")),
CarouselItem(
"Perpetual Futures",
Expand Down

0 comments on commit aa31251

Please sign in to comment.