remove old social icons
parent
35b77d2603
commit
110d40c03f
|
@ -22,11 +22,9 @@ import { NavItem } from '../globalnav.service';
|
|||
|
||||
import {
|
||||
faFacebook,
|
||||
faInstagram,
|
||||
faGithub,
|
||||
faLinkedin,
|
||||
faMedium,
|
||||
faReddit,
|
||||
faTelegram,
|
||||
faTwitter,
|
||||
faYoutube,
|
||||
} from '@fortawesome/free-brands-svg-icons';
|
||||
|
@ -41,12 +39,10 @@ export class FooterComponent implements OnInit {
|
|||
public socialMediaIcons = [
|
||||
{icon: faTwitter, url: 'https://twitter.com/mycroft_ai'},
|
||||
{icon: faFacebook, url: 'https://www.facebook.com/aiforeveryone/'},
|
||||
{icon: faInstagram, url: 'https://www.instagram.com/mycroft_ai/'},
|
||||
{icon: faYoutube, url: 'https://www.youtube.com/channel/UC1dlmB1lup9RwFQBSGnhA-g'},
|
||||
{icon: faTelegram, url: 'https://t.me/mycroft_ai'},
|
||||
{icon: faGithub, url: 'https://github.com/MycroftAI'},
|
||||
{icon: faReddit, url: 'https://www.reddit.com/r/Mycroftai/'},
|
||||
{icon: faLinkedin, url: 'https://www.linkedin.com/company/mycroft-a.i./'},
|
||||
{icon: faMedium, url: 'https://medium.com/@mycroftai'}
|
||||
];
|
||||
|
||||
constructor() { }
|
||||
|
|
Loading…
Reference in New Issue