Skip to content

Commit

Permalink
feat(LIVE-12860): remove popular tag llm (#7005)
Browse files Browse the repository at this point in the history
* feat(LIVE-12860): remove popular tag llm

* feat(LIVE-12860): remove popular tag everywhere

* feat(LIVE-12860): remove from common.json
  • Loading branch information
lpaquet-ledger committed Jun 7, 2024
1 parent f0b0ae5 commit 4a097ca
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-crabs-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

remove popular tag
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ const NoFundsStakeModal = ({ account, parentAccount, entryPoint }: NoFundsStakeM
<EntryButton
Icon={() => <Icon name="BuyCrypto" />}
title={t("stake.noFundsModal.options.swap.title")}
label={t("stake.noFundsModal.options.swap.label")}
body={t("stake.noFundsModal.options.swap.body")}
onClick={onSwap}
showChevron
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ const FeaturedButtons = () => {
Icon={() => <IconsLegacy.BuyCryptoMedium size={18} />}
title={t("dashboard.featuredButtons.swap.title")}
body={t("dashboard.featuredButtons.swap.description")}
label={t("dashboard.featuredButtons.swap.label")}
onClick={handleClickSwap}
entryButtonTestId="swap-entry-button"
/>
Expand Down
1 change: 0 additions & 1 deletion apps/ledger-live-mobile/src/components/NoFunds/NoFunds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ export default function NoFunds({ route }: Props) {
{
title: t("stake.noFundsModal.options.swap.title"),
description: t("stake.noFundsModal.options.swap.body"),
tag: t("stake.noFundsModal.options.swap.label"),
Icon: IconsLegacy.BuyCryptoMedium,
onPress: onSwap,
disabled: !availableOnSwap,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ export default function TransferDrawer({ onClose }: Omit<ModalProps, "isRequesti
title: t("transfer.swap.title"),
description: t("transfer.swap.description"),
Icon: SWAP.icon,
tag: t("common.popular"),
onPress: () => onNavigate(...SWAP.route),
onDisabledPress: () => {
if (isPtxServiceCtaExchangeDrawerDisabled) {
Expand Down
1 change: 0 additions & 1 deletion apps/ledger-live-mobile/src/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -6578,7 +6578,6 @@
},
"swap": {
"title": "Swap",
"label": "Popular",
"body": "Convert crypto to crypto securely"
},
"receive": {
Expand Down

0 comments on commit 4a097ca

Please sign in to comment.