From 0f09316086c8824e55de3ab9cb8943e56a76e259 Mon Sep 17 00:00:00 2001 From: Ho Yi Wei Date: Tue, 12 Dec 2023 09:53:42 +0800 Subject: [PATCH 1/2] feat: add shadcn/ui, metamask, zeabur logo --- src/data/svgs.ts | 31 ++++++++++++++++++++++++++----- static/library/metamask.svg | 18 ++++++++++++++++++ static/library/shadcn-ui.svg | 25 +++++++++++++++++++++++++ static/library/zeabur.svg | 8 ++++++++ 4 files changed, 77 insertions(+), 5 deletions(-) create mode 100644 static/library/metamask.svg create mode 100644 static/library/shadcn-ui.svg create mode 100644 static/library/zeabur.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 341fe4e..b0a52c8 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1626,11 +1626,11 @@ export const svgs: iSVG[] = [ url: 'https://www.randevum.co' }, { - "id": 232, - "title": "Beacon", - "category": "Software", - "route": "/library/Beacon-Logo.svg", - "url": "https://www.beacon.com" + id: 232, + title: 'Beacon', + category: 'Software', + route: '/library/Beacon-Logo.svg', + url: 'https://www.beacon.com' }, { id: 95775, @@ -1816,5 +1816,26 @@ export const svgs: iSVG[] = [ category: 'Framework', route: '/library/django.svg', url: 'https://www.djangoproject.com/' + }, + { + id: 246, + title: 'Zeabur', + category: 'Hosting', + route: '/library/zeabur.svg', + url: 'https://zeabur.com/' + }, + { + id: 247, + title: 'MetaMask', + category: 'Crypto', + route: '/library/metamask.svg', + url: 'https://metamask.io/' + }, + { + id: 248, + title: 'shadcn/ui', + category: 'Library', + route: '/library/shadcn-ui.svg', + url: 'https://ui.shadcn.com/' } ]; diff --git a/static/library/metamask.svg b/static/library/metamask.svg new file mode 100644 index 0000000..47ccb58 --- /dev/null +++ b/static/library/metamask.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/library/shadcn-ui.svg b/static/library/shadcn-ui.svg new file mode 100644 index 0000000..a790974 --- /dev/null +++ b/static/library/shadcn-ui.svg @@ -0,0 +1,25 @@ + + + + + diff --git a/static/library/zeabur.svg b/static/library/zeabur.svg new file mode 100644 index 0000000..a26c653 --- /dev/null +++ b/static/library/zeabur.svg @@ -0,0 +1,8 @@ + + + + + + From 4532e65281cc1c10aff25ec665586bafe7be26e4 Mon Sep 17 00:00:00 2001 From: Ho Yi Wei Date: Tue, 12 Dec 2023 15:17:15 +0800 Subject: [PATCH 2/2] feat: add zeabur dark theme logo --- src/data/svgs.ts | 5 ++++- static/library/zeabur-dark.svg | 5 +++++ static/library/zeabur-light.svg | 5 +++++ static/library/zeabur.svg | 8 -------- 4 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 static/library/zeabur-dark.svg create mode 100644 static/library/zeabur-light.svg delete mode 100644 static/library/zeabur.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index b0a52c8..6a5d4bd 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1821,7 +1821,10 @@ export const svgs: iSVG[] = [ id: 246, title: 'Zeabur', category: 'Hosting', - route: '/library/zeabur.svg', + route: { + light: '/library/zeabur-light.svg', + dark: '/library/zeabur-dark.svg' + }, url: 'https://zeabur.com/' }, { diff --git a/static/library/zeabur-dark.svg b/static/library/zeabur-dark.svg new file mode 100644 index 0000000..ec0926c --- /dev/null +++ b/static/library/zeabur-dark.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/library/zeabur-light.svg b/static/library/zeabur-light.svg new file mode 100644 index 0000000..872bddc --- /dev/null +++ b/static/library/zeabur-light.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/library/zeabur.svg b/static/library/zeabur.svg deleted file mode 100644 index a26c653..0000000 --- a/static/library/zeabur.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - -