From ef8a2aef4a35801844dae3a20fcf6e728ed1e725 Mon Sep 17 00:00:00 2001 From: ItsTarikBTW Date: Mon, 27 Jan 2025 13:17:16 +0100 Subject: [PATCH 1/2] Add Open WebUI SVG --- src/data/svgs.ts | 6 ++++++ static/library/openwebui.svg | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 static/library/openwebui.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 6eb184d..70b5357 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3242,5 +3242,11 @@ export const svgs: iSVG[] = [ category: 'Library', route: '/library/shiki.svg', url: 'https://shiki.style/' + }, + { + title: 'Open WebUI', + category: ['AI', 'Software'], + route: '/library/openwebui.svg', + url: 'https://openwebui.com/' } ]; diff --git a/static/library/openwebui.svg b/static/library/openwebui.svg new file mode 100644 index 0000000..af01b22 --- /dev/null +++ b/static/library/openwebui.svg @@ -0,0 +1,3 @@ + \ No newline at end of file From 5036fa5ceeaca713f1abcf69ec1d5adebdefff36 Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Mon, 27 Jan 2025 10:01:27 -0500 Subject: [PATCH 2/2] Update SVG categories to include relevant tags --- src/data/svgs.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 6eb184d..3a82de2 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2351,7 +2351,7 @@ export const svgs: iSVG[] = [ }, { title: 'Google Idx', - category: 'Software', + category: ['Software', 'Google'], route: '/library/google-idx.svg', url: 'https://idx.dev/' }, @@ -2412,7 +2412,7 @@ export const svgs: iSVG[] = [ }, { title: 'Bitwarden', - category: 'Software', + category: ['Software', 'Authentication'], route: '/library/bitwarden.svg', url: 'https://bitwarden.com/' }, @@ -2463,7 +2463,7 @@ export const svgs: iSVG[] = [ }, { title: 'Google PaLM', - category: 'AI', + category: ['AI', 'Google'], route: '/library/google-palm.svg', url: 'https://ai.google/discover/palm2/' }, @@ -2906,7 +2906,7 @@ export const svgs: iSVG[] = [ }, { title: 'Firebase', - category: 'Hosting', + category: ['Hosting', 'Google'], route: '/library/firebase.svg', wordmark: '/library/firebase-wordmark.svg', url: 'https://firebase.google.com/'