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