Skip to content

Commit

Permalink
Remove ledger paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupham committed Sep 13, 2024
1 parent dd5664d commit f453b29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,6 @@ export const OneClickTradingSettings = ({
</p>
</SkeletonLoader>
)}

<p className="px-8 text-center text-caption text-osmoverse-300">
{t("oneClickTrading.introduction.ledgerComingSoon")}
</p>
</div>
</div>
</Screen>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ export const OneClickTradingWelcomeBack = ({
<p className="text-center text-caption font-caption text-osmoverse-300">
{t("oneClickTrading.welcomeBack.description")}
</p>
<p className="px-8 text-center text-caption text-osmoverse-300">
{t("oneClickTrading.introduction.ledgerComingSoon")}
</p>
</div>
</div>
);
Expand Down

0 comments on commit f453b29

Please sign in to comment.