Skip to content

Commit

Permalink
Merge pull request #110 from cardano-foundation/staging
Browse files Browse the repository at this point in the history
Merge PR #108, #109 into main
  • Loading branch information
katomm authored Aug 27, 2024
2 parents ffbde0a + 60346fb commit 9310514
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 96 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
30 changes: 0 additions & 30 deletions src/data/ambassadorsData.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
[
{
"name": "Andrew Kim",
"role": "Content Creator",
"country": "CA",
"link": "https://forum.cardano.org/u/kor-koreapool/summary"
},
{
"name": "Anthony Capriotti",
"role": "Content Creator",
"country": "US",
"link": "https://forum.cardano.org/u/anthony_cardano/summary"
},
{
"name": "BENJAMIN MARCO ARNAU",
"role": "Content Creator",
"country": "ES",
"link": "https://forum.cardano.org/u/cobenaru/summary"
},
{
"name": "Darlington Wleh",
"role": "Content Creator",
Expand Down Expand Up @@ -71,12 +59,6 @@
"country": "JP",
"link": "https://forum.cardano.org/u/hix_coffeepool/summary"
},
{
"name": "Julien Cisee",
"role": "Content Creator",
"country": "DE",
"link": "https://forum.cardano.org/u/skadea/summary"
},
{
"name": "Lloyd Duhon",
"role": "Content Creator",
Expand Down Expand Up @@ -173,12 +155,6 @@
"country": "AR",
"link": "https://forum.cardano.org/u/latinstakepools/summary"
},
{
"name": "Sebastián Aravena",
"role": "Content Creator",
"country": "CL",
"link": "https://forum.cardano.org/u/indi_gital/"
},
{
"name": "Andrew Norimasa Nishigaya",
"role": "Meetup",
Expand Down Expand Up @@ -353,12 +329,6 @@
"country": "CN",
"link": "https://forum.cardano.org/u/gustavex/summary"
},
{
"name": "Yuta Uchino",
"role": "Moderator",
"country": "JP",
"link": "https://forum.cardano.org/u/yuta_uchino/summary"
},
{
"name": "Alexandru Dragnescu",
"role": "Moderator",
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 9310514

Please sign in to comment.