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;