From 4532e65281cc1c10aff25ec665586bafe7be26e4 Mon Sep 17 00:00:00 2001 From: Ho Yi Wei Date: Tue, 12 Dec 2023 15:17:15 +0800 Subject: [PATCH] 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 @@ - - - - - -