From 264161c0541235d1d7a2cd66fff537bf71373765 Mon Sep 17 00:00:00 2001 From: Aadit Kamat Date: Sun, 4 Oct 2020 15:30:04 +0800 Subject: [PATCH] Replace with SVG --- src/constants/skills.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/skills.js b/src/constants/skills.js index 43ab107..1e8276e 100644 --- a/src/constants/skills.js +++ b/src/constants/skills.js @@ -402,7 +402,7 @@ const icons = { sapper: "https://raw.githubusercontent.com/bestofjs/bestofjs-webui/master/public/logos/sapper.svg", vuepress: - "https://raw.githubusercontent.com/vuejs/vuepress/master/packages/docs/docs/.vuepress/public/hero.png", + "https://raw.githubusercontent.com/AliasIO/wappalyzer/master/src/drivers/webextension/images/icons/VuePress.svg", unity: "https://www.vectorlogo.zone/logos/unity3d/unity3d-icon.svg" }