Skip to content

Commit 8d663f2

Browse files
author
Teo
authored
Issue # 22: removed outdated Jellywallet (DeFiCh#762)
1 parent acff919 commit 8d663f2

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

src/pages/explore/wallets/_components/ForDailyUseSection.tsx

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -60,31 +60,6 @@ export function ForDailyUseSection() {
6060
/>
6161
</div>
6262
</DownloadCard>
63-
64-
<DownloadCard
65-
title={t("dailyUseSection.entries.JLY.title")}
66-
desc={t("dailyUseSection.entries.JLY.desc")}
67-
imageSrc="/assets/img/explore/explore-wallet-jellywallet.png"
68-
testid="DailyUseSection.Jly"
69-
>
70-
<div className="flex items-center lg:space-x-4 space-x-3 text-lg font-medium">
71-
<CardLink
72-
url="https://chrome.google.com/webstore/detail/jellywallet/eegcfalgkkhehkhbjbggbhhlcnckadih"
73-
descText="Download For"
74-
text={IconType.CHROME}
75-
/>
76-
<CardLink
77-
url="https://addons.mozilla.org/en-US/firefox/addon/jellywallet/"
78-
descText="Download For"
79-
text={IconType.FIREFOX}
80-
/>
81-
<CardLink
82-
url="https://chrome.google.com/webstore/detail/jellywallet/eegcfalgkkhehkhbjbggbhhlcnckadih"
83-
descText="Download For"
84-
text={IconType.BRAVE}
85-
/>
86-
</div>
87-
</DownloadCard>
8863
</div>
8964
</Container>
9065
);

0 commit comments

Comments
 (0)