From 9cc555c2523144a3604f493506fac7a6525baa4e Mon Sep 17 00:00:00 2001 From: Matheus manuel Date: Thu, 21 Mar 2024 14:01:16 +0100 Subject: [PATCH] feat: add aliexpress svg --- src/data/svgs.ts | 8 +++++++- static/library/aliexpress-icon.svg | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 static/library/aliexpress-icon.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f2de715..7b96fbd 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -7,6 +7,12 @@ export const svgs: iSVG[] = [ route: '/library/discord.svg', url: 'https://discord.com/' }, + { + title: 'Aliexpress', + category: 'Software', + route: '/library/aliexpress-icon.svg', + url: 'https://aliexpress.com/' + }, { title: 'Github', category: 'Software', @@ -1541,7 +1547,7 @@ export const svgs: iSVG[] = [ title: 'Dub', category: 'Software', route: '/library/dub.svg', - wordmark:'/library/dub-wordmark.svg', + wordmark: '/library/dub-wordmark.svg', url: 'https://dub.co' }, { diff --git a/static/library/aliexpress-icon.svg b/static/library/aliexpress-icon.svg new file mode 100644 index 0000000..82c7b9a --- /dev/null +++ b/static/library/aliexpress-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file