From e449c63e707d5cade01f55a9bfe20a664e055661 Mon Sep 17 00:00:00 2001 From: Alice lol Date: Fri, 3 May 2024 13:55:03 -0700 Subject: [PATCH] Add RisingWave logo --- src/data/svgs.ts | 6 ++++++ static/library/risingwave.svg | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 static/library/risingwave.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index a23d284..472a064 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -55,6 +55,12 @@ export const svgs: iSVG[] = [ route: '/library/react.svg', url: 'https://reactjs.org/' }, + { + title: 'RisingWave', + category: 'Database', + route: '/library/risingwave.svg', + url: 'https://risingwave.com/' + }, { title: 'Svelte', category: 'Library', diff --git a/static/library/risingwave.svg b/static/library/risingwave.svg new file mode 100644 index 0000000..dd977a5 --- /dev/null +++ b/static/library/risingwave.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file