From 1d2c060ccded88e3478a6392223ab66da8a9a042 Mon Sep 17 00:00:00 2001 From: Denny Huang Date: Wed, 20 Jan 2021 15:43:45 +0800 Subject: [PATCH] Fill in SNS links --- src/components/Footer.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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' } ]; }