mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 17:30:14 +01:00
fix(auth): use Eva icons
This commit is contained in:
parent
1f7940df45
commit
fce18feed3
1 changed files with 3 additions and 3 deletions
|
|
@ -56,17 +56,17 @@ const socialLinks = [
|
||||||
{
|
{
|
||||||
url: 'https://github.com/akveo/nebular',
|
url: 'https://github.com/akveo/nebular',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
icon: 'socicon-github',
|
icon: 'github',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://www.facebook.com/akveo/',
|
url: 'https://www.facebook.com/akveo/',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
icon: 'socicon-facebook',
|
icon: 'facebook',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://twitter.com/akveo_inc',
|
url: 'https://twitter.com/akveo_inc',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
icon: 'socicon-twitter',
|
icon: 'twitter',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue