Big typo fix

"recieve"
This commit is contained in:
Graydon 2018-06-16 17:45:41 -05:00 committed by GitHub
parent 52ffd4c6bd
commit 5cf243b28b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ export const selectNavLinks = createSelector(
active: currentPage === 'wallet',
},
{
label: 'Send & Recieve',
label: 'Send & Receive',
path: '/send',
active: currentPage === 'send',
},