From a851f3477f7c6b96a4d9b8a16f986e33c98d0028 Mon Sep 17 00:00:00 2001 From: Marcos Mendes Date: Tue, 13 Dec 2022 15:54:07 -0300 Subject: [PATCH] feat: adding target _blank on social links to better user experience (#24) --- package-lock.json | 4 ++-- src/modules/SocialIconList.vue | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5225e19..7502679 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ryujinx-website", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ryujinx-website", - "version": "3.0.0", + "version": "3.1.0", "dependencies": { "@heroicons/vue": "^1.0.6", "axios": "^0.27.2", diff --git a/src/modules/SocialIconList.vue b/src/modules/SocialIconList.vue index 0eb468e..17ad9b9 100644 --- a/src/modules/SocialIconList.vue +++ b/src/modules/SocialIconList.vue @@ -5,6 +5,7 @@ const DISCORD_URL = import.meta.env.VITE_DISCORD_URL;