From 970ad5d4fcda78c41d4605eb96e550853b6ee4ae Mon Sep 17 00:00:00 2001 From: Pablo Date: Fri, 31 Jul 2020 16:11:49 +0200 Subject: [PATCH] feat(home): add subscription on youtube link --- components/ui/SocialIcons.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/SocialIcons.vue b/components/ui/SocialIcons.vue index 1f2a7a1..29dd8cf 100644 --- a/components/ui/SocialIcons.vue +++ b/components/ui/SocialIcons.vue @@ -43,7 +43,7 @@ export default { ariaLabel: 'Sígueme en twitch', }, { - href: 'https://youtube.com/user/psirera4', + href: 'https://youtube.com/psirera4?sub_confirmation=1', name: 'youtube', ariaLabel: 'Subscríbete a mi canal de youtube', },