From 93aedefe79aa85642c5aeb65e659ba2423fef5b0 Mon Sep 17 00:00:00 2001 From: pheralb Date: Wed, 24 Sep 2025 17:49:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Update=20extensions=20d?= =?UTF-8?q?ata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/extensions.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/extensions.ts b/src/data/extensions.ts index 0a846f3..3bc449e 100644 --- a/src/data/extensions.ts +++ b/src/data/extensions.ts @@ -6,7 +6,7 @@ export const extensions: Extension[] = [ description: "A CLI for easily adding SVG icons to your project.", url: "https://github.com/sujjeee/svgls", image: - "https://raw.githubusercontent.com/pheralb/svgl/refs/heads/main/static/images/logo.svg", + "https://raw.githubusercontent.com/pheralb/svgl/refs/heads/main/static/images/svgl_svg.svg", created_by: { name: "sujjeee", socialUrl: "https://x.com/sujjeeee", @@ -39,7 +39,7 @@ export const extensions: Extension[] = [ { name: "SVGL for Vue", description: "An open-source NPM package that offers a SVGL Logos for Vue.", - url: "https://github.com/ridemountainpig/svgl-vue", + url: "https://github.com/selemondev/svgl-vue", image: "https://raw.githubusercontent.com/pheralb/svgl/refs/heads/main/static/library/vue.svg", created_by: { @@ -51,7 +51,7 @@ export const extensions: Extension[] = [ name: "SVGL for Svelte", description: "An open-source NPM package that offers a SVGL Logos for Svelte.", - url: "https://github.com/ridemountainpig/svgl-svelte", + url: "https://github.com/selemondev/svgl-svelte", image: "https://github.com/pheralb/svgl/raw/main/static/library/svelte.svg", created_by: { name: "selemondev",