Skip to content

Commit 93aedef

Browse files
committed
🛠️ Update extensions data
1 parent 63b189b commit 93aedef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/extensions.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const extensions: Extension[] = [
66
description: "A CLI for easily adding SVG icons to your project.",
77
url: "https://github.com/sujjeee/svgls",
88
image:
9-
"https://raw.githubusercontent.com/pheralb/svgl/refs/heads/main/static/images/logo.svg",
9+
"https://raw.githubusercontent.com/pheralb/svgl/refs/heads/main/static/images/svgl_svg.svg",
1010
created_by: {
1111
name: "sujjeee",
1212
socialUrl: "https://x.com/sujjeeee",
@@ -39,7 +39,7 @@ export const extensions: Extension[] = [
3939
{
4040
name: "SVGL for Vue",
4141
description: "An open-source NPM package that offers a SVGL Logos for Vue.",
42-
url: "https://github.com/ridemountainpig/svgl-vue",
42+
url: "https://github.com/selemondev/svgl-vue",
4343
image:
4444
"https://raw.githubusercontent.com/pheralb/svgl/refs/heads/main/static/library/vue.svg",
4545
created_by: {
@@ -51,7 +51,7 @@ export const extensions: Extension[] = [
5151
name: "SVGL for Svelte",
5252
description:
5353
"An open-source NPM package that offers a SVGL Logos for Svelte.",
54-
url: "https://github.com/ridemountainpig/svgl-svelte",
54+
url: "https://github.com/selemondev/svgl-svelte",
5555
image: "https://github.com/pheralb/svgl/raw/main/static/library/svelte.svg",
5656
created_by: {
5757
name: "selemondev",

0 commit comments

Comments
 (0)