Merge pull request #48 from Grayyyyy/patch-1

Big typo fix
This commit is contained in:
Sean Yesmunt 2018-06-18 12:57:43 -04:00 committed by GitHub
commit be7a07302a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
dist/bundle.js vendored
View file

@ -3236,7 +3236,7 @@ var selectNavLinks = exports.selectNavLinks = (0, _reselect.createSelector)(sele
path: '/wallet',
active: currentPage === 'wallet'
}, {
label: 'Send & Recieve',
label: 'Send & Receive',
path: '/send',
active: currentPage === 'send'
}, {

View file

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