Skip to content

Commit

Permalink
Merge pull request #109 from adatainment/wallets-update
Browse files Browse the repository at this point in the history
Remove Flint and bring back Daedalus wallet
  • Loading branch information
gufmar authored Aug 27, 2024
2 parents 1aa250c + 5aa9ba6 commit 2418bf5
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 66 deletions.
28 changes: 14 additions & 14 deletions src/components/WalletSection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ const WalletItemList = [
link: "https://typhonwallet.io",
},
{
title: "Flint Wallet",
imageName: "flint-ada",
text: "Flint’s lightweight and user-friendly design lets you manage your crypto assets and access the world of DeFi with ease.",
subtext: "Browser extension and app for iOS and Android",
label: "Get Flint",
link: "https://flint-wallet.com",
title: "VESPR Wallet",
imageName: "vespr-ada",
text: "VESPR is a non-custodial mobile light wallet for the Cardano network, prioritizing the security and safety of your digital assets while ensuring exceptional ease-of-use.",
subtext: "App for iOS and Android",
label: "Get VESPR",
link: "https://vespr.xyz",
},
{
title: "Yoroi Wallet",
Expand All @@ -42,14 +42,6 @@ const WalletItemList = [
label: "Get Eternl",
link: "https://eternl.io",
},
{
title: "VESPR Wallet",
imageName: "vespr-ada",
text: "VESPR is a non-custodial mobile light wallet for the Cardano network, prioritizing the security and safety of your digital assets while ensuring exceptional ease-of-use.",
subtext: "App for iOS and Android",
label: "Get VESPR",
link: "https://vespr.xyz",
},
{
title: "Lace Wallet",
imageName: "lace-ada",
Expand All @@ -58,6 +50,14 @@ const WalletItemList = [
label: "Get Lace",
link: "https://www.lace.io",
},
{
title: "Daedalus Wallet",
imageName: "daedalus-ada",
text: "The [open-source](https://github.com/input-output-hk/daedalus) full node wallet for Cardano. It offers enhanced control and security by maintaining a complete copy of the blockchain, but this comes at the cost of a more complex user experience. As a result, they are typically geared towards professional users who require these advanced features.",
subtext: "Only for powerful desktop PCs",
label: "Get Daedalus",
link: "https://daedaluswallet.io",
},
];

function WalletItem({ title, imageName, text, subtext, label, link }) {
Expand Down
17 changes: 17 additions & 0 deletions static/img/wallets/daedalus-ada.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2418bf5

Please sign in to comment.