Skip to content

Commit 28e93de

Browse files
authored
Merge pull request #3123 from near/relocate-mobile-wallet
Move mobile wallet UI to last in the list
2 parents 6e8dcc0 + b040e72 commit 28e93de

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

packages/frontend/src/components/landing/GuestLanding.js

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -235,27 +235,6 @@ export function GuestLanding({ history, accountFound, onTransfer }) {
235235
<Translate id="landing.wallet.near" />
236236
</p>
237237
</SingleCard>
238-
<SingleCard
239-
href="https://nearmobile.app/"
240-
target="_blank"
241-
onClick={() => {
242-
recordWalletMigrationEvent('click', {
243-
element: {
244-
type: 'link',
245-
description: 'NEAR Mobile',
246-
},
247-
});
248-
}}
249-
>
250-
<img
251-
src={NearMobileIcon}
252-
alt="near-mobile-icon"
253-
/>
254-
<h3>NEAR Mobile</h3>
255-
<p>
256-
<Translate id="landing.wallet.nearMobile" />
257-
</p>
258-
</SingleCard>
259238
<SingleCard
260239
href="https://wallet.meteorwallet.app"
261240
target="_blank"
@@ -361,6 +340,27 @@ export function GuestLanding({ history, accountFound, onTransfer }) {
361340
<Translate id="landing.wallet.wellDone" />
362341
</p>
363342
</SingleCard>
343+
<SingleCard
344+
href="https://nearmobile.app/"
345+
target="_blank"
346+
onClick={() => {
347+
recordWalletMigrationEvent('click', {
348+
element: {
349+
type: 'link',
350+
description: 'NEAR Mobile',
351+
},
352+
});
353+
}}
354+
>
355+
<img
356+
src={NearMobileIcon}
357+
alt="near-mobile-icon"
358+
/>
359+
<h3>NEAR Mobile</h3>
360+
<p>
361+
<Translate id="landing.wallet.nearMobile" />
362+
</p>
363+
</SingleCard>
364364
</CardContainer>
365365
</CardsSection>
366366
</DefaultContainer>

0 commit comments

Comments
 (0)