diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 6561434..7cb6121 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -44,27 +44,27 @@ export default class CFP extends Vue { { title: 'facebook', icon: 'facebook-f', - link: '#' + link: 'https://sitcon.org/fb' }, { title: 'flickr', icon: 'flickr', - link: '#' + link: 'https://sitcon.org/flickr' }, { title: 'telegram', icon: 'telegram-plane', - link: '#' + link: 'https://sitcon.org/tg' }, { title: 'twitter', icon: 'twitter', - link: '#' + link: 'https://sitcon.org/twitter' }, { title: 'youtube', icon: 'youtube', - link: '#' + link: 'https://sitcon.org/yt' } ]; }