From fce18feed350192977f7ae3a232db2676ccb80b9 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Thu, 20 Jun 2019 15:04:00 +0300 Subject: [PATCH] fix(auth): use Eva icons --- src/app/@core/core.module.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/@core/core.module.ts b/src/app/@core/core.module.ts index 63298734..786d8954 100644 --- a/src/app/@core/core.module.ts +++ b/src/app/@core/core.module.ts @@ -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', }, ];