-
+
+
+
{
- recordWalletMigrationEvent('click', { element: { type: 'button', description: 'Learn More' }});
- window.open('https://medium.com/nearprotocol/near-opens-the-door-to-more-wallets-255eee58eb97', '_blank');
+ recordWalletMigrationEvent('click', {
+ element: {
+ type: 'button',
+ description: 'Learn More',
+ },
+ });
+ window.open(
+ 'https://medium.com/nearprotocol/near-opens-the-door-to-more-wallets-255eee58eb97',
+ '_blank'
+ );
}}
- className='dark-gray-transparent'
- color='dark-gray-transparent'
+ className="dark-gray-transparent"
+ color="dark-gray-transparent"
trackingId="Click create account button"
data-test-id="landingPageCreateAccount"
>
@@ -104,19 +142,26 @@ export function GuestLanding({ history, accountFound, onTransfer }) {
- { accountFound && (
+ {accountFound && (