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', }, ];