diff --git a/components/community.js b/components/community.js index df3ed08..6cf5d44 100644 --- a/components/community.js +++ b/components/community.js @@ -564,6 +564,16 @@ const WALLETS = [ borderRadius: "5%", }, }, + { + name: "Tran$end", + image: "/images/transend.png", + downloadText: "Open Tran$end", + url: "https://dash.transend.me/dash", + imageStyle: { + width: "115px", + borderRadius: "5%", + }, + }, ]; export const Community = () => ( diff --git a/components/footer.js b/components/footer.js index 314cb8e..66fc2fb 100644 --- a/components/footer.js +++ b/components/footer.js @@ -100,6 +100,10 @@ const FOOTER = [ link: "https://numeraire.tech", title: "Numeraire", }, + { + link: "https://transend.me", + title: "Tran$end", + }, ], }, { @@ -169,6 +173,10 @@ const FOOTER = [ link: "https://numeraire.tech", title: "Numeraire", }, + { + link: "https://transend.me", + title: "Tran$end", + }, ], }, ]; diff --git a/components/hero.js b/components/hero.js index c78b384..0dee1d2 100644 --- a/components/hero.js +++ b/components/hero.js @@ -265,6 +265,7 @@ export class Hero extends PureComponent { vipsats.app lawallet.ar numeraire.tech + transend.me diff --git a/components/providers.js b/components/providers.js index e854fe7..f03641e 100644 --- a/components/providers.js +++ b/components/providers.js @@ -419,6 +419,13 @@ const PROVIDERS = [ imageStyle: { width: "115px" }, lightningAddressDomain: "numeraire.tech", url: "https://numeraire.tech/account", + }, + { + name: "Tran$end App", + image: "/images/transend.png", + imageStyle: { width: "115px" }, + lightningAddressDomain: "transend.me", + url: "https://dash.transend.me/dash", } ]; diff --git a/public/images/transend.png b/public/images/transend.png new file mode 100644 index 0000000..a05ab6d Binary files /dev/null and b/public/images/transend.png differ