fix(auth): use Eva icons

This commit is contained in:
Sergey Andrievskiy 2019-06-20 15:04:00 +03:00
parent 1f7940df45
commit fce18feed3

View file

@ -56,17 +56,17 @@ const socialLinks = [
{
url: 'https://github.com/akveo/nebular',
target: '_blank',
icon: 'socicon-github',
icon: 'github',
},
{
url: 'https://www.facebook.com/akveo/',
target: '_blank',
icon: 'socicon-facebook',
icon: 'facebook',
},
{
url: 'https://twitter.com/akveo_inc',
target: '_blank',
icon: 'socicon-twitter',
icon: 'twitter',
},
];