diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 20d2756..7539b63 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3564,5 +3564,15 @@ export const svgs: iSVG[] = [ dark: '/library/heroui_light.svg' }, url: 'https://www.heroui.com/' + }, + { + title: 'Convex', + category: ['Database', 'Software'], + route: '/library/convex.svg', + wordmark: { + light: '/library/convex_wordmark_light.svg', + dark: '/library/convex_wordmark_dark.svg' + }, + url: 'https://www.convex.dev/' } ]; diff --git a/static/library/convex.svg b/static/library/convex.svg new file mode 100644 index 0000000..4b09f3d --- /dev/null +++ b/static/library/convex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/convex_wordmark_dark.svg b/static/library/convex_wordmark_dark.svg new file mode 100644 index 0000000..31ed41b --- /dev/null +++ b/static/library/convex_wordmark_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/convex_wordmark_light.svg b/static/library/convex_wordmark_light.svg new file mode 100644 index 0000000..8389217 --- /dev/null +++ b/static/library/convex_wordmark_light.svg @@ -0,0 +1 @@ + \ No newline at end of file