Skip to content

Commit 4d42e22

Browse files
authored
Merge pull request #81 from ergoplatform/feature/issue-74/fix_mobile_wallet_app
Update ergo wallet app page
2 parents 5f47a21 + b55a11e commit 4d42e22

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

components/getErg/Wallets.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,18 @@ export default function Wallets() {
9696
</div>
9797
</a>
9898

99-
<Link href="/mobile-wallets">
99+
<Link href="/ergo-wallet-app">
100100
<a
101101
rel="noreferrer"
102102
className="flex flex-row h-28 border-x-[1px] border-[#585858] lg:border-0"
103103
>
104104
<div className="w-1/5 p-1 my-auto flex flex-col lg:flex-row lg:justify-start lg:gap-4 lg:ml-4">
105105
<Logo className="w-6 h-6 mx-auto lg:mx-0 lg:w-12 lg:h-12" viewBox="0 0 82 82" />
106-
<p className="text-center lg:my-auto">Ergo Mobile</p>
106+
<p className="text-center lg:my-auto">Ergo Wallet App</p>
107107
</div>
108108
<div className="w-1/5 p-1 my-auto">
109109
<WalletMobile className="w-4 h-4 mx-auto lg:hidden" viewBox="0 0 12 18" />
110-
<p className="text-center mt-2 text-[12px]">Mobile</p>
110+
<p className="text-center mt-2 text-[12px]">Desktop, Mobile</p>
111111
</div>
112112
<div className="w-1/5 p-1 my-auto">
113113
<RoadmapInProgress className="w-8 h-8 mx-auto lg:w-12 lg:h-12" viewBox="0 0 33 32" />

next.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ const nextConfig = {
7676
destination: '/privacy-policy/',
7777
permanent: true,
7878
},
79+
{
80+
source: '/mobile-wallets/',
81+
destination: '/ergo-wallet-app/',
82+
permanent: true,
83+
},
7984
];
8085
},
8186
reactStrictMode: true,
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ export default function MobileWallets() {
1717
<main className="mt-0 mx-auto max-w-7xl px-6 sm:mt-12 sm:px-6 md:mt-16 lg:mt-20 lg:px-8 xl:mt-28">
1818
<div className="sm:text-center lg:text-left">
1919
<h1 className="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl">
20-
<span className="block xl:inline">Ergo Mobile Wallet</span>
20+
<span className="block xl:inline">Ergo Wallet App</span>
2121
</h1>
2222
<p className="mt-3 text-base text-gray-500 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
23-
Official Ergo Mobile Wallet for Android and iOS. Lightweight and simple to use.
23+
Official Ergo Wallet App. Lightweight and simple to use.
2424
</p>
2525
<div className="mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start">
2626
<a
@@ -41,14 +41,14 @@ export default function MobileWallets() {
4141
</a>
4242
</div>
4343
<p className="mt-3 text-lg text-gray-500 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-lg lg:mx-0">
44-
Sources available on{' '}
44+
Desktop downloads on{' '}
4545
<a
4646
className="text-red-500 dark:text-red-500"
47-
href="https://github.com/ergoplatform/ergo-wallet-android"
47+
href="https://github.com/ergoplatform/ergo-wallet-app/releases"
4848
target="_blank"
4949
rel="noreferrer"
5050
>
51-
GitHub
51+
releases page
5252
</a>
5353
</p>
5454
</div>
@@ -352,9 +352,6 @@ export default function MobileWallets() {
352352
ERGO provides much. We are working to get more and more of its features available in
353353
the app.{' '}
354354
</p>
355-
<p className="lg:text-lg text-gray-100 text-sm">
356-
Be the first to get new features by joining the open beta on Google Play!{' '}
357-
</p>
358355

359356
<div className="sm:flex sm:justify-center mt-10">
360357
<a

0 commit comments

Comments
 (0)