Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Flint and bring back Daedalus wallet #109

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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