diff --git a/src/data/svgs.ts b/src/data/svgs.ts index d5e7ede..c7579a0 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -169,7 +169,11 @@ export const svgs: iSVG[] = [ title: 'Supabase', category: 'Database', route: '/library/supabase.svg', - url: 'https://supabase.com/' + url: 'https://supabase.com/', + wordmark: { + light: '/library/supabase_wordmark_light.svg', + dark: '/library/supabase_wordmark_dark.svg' + } }, { title: 'Vite.js', diff --git a/static/library/supabase.svg b/static/library/supabase.svg index 19ee8b0..ad802ac 100644 --- a/static/library/supabase.svg +++ b/static/library/supabase.svg @@ -1 +1,15 @@ - \ No newline at end of file + + + + + + + + + + + + + + + diff --git a/static/library/supabase_wordmark_dark.svg b/static/library/supabase_wordmark_dark.svg new file mode 100644 index 0000000..9e96fab --- /dev/null +++ b/static/library/supabase_wordmark_dark.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/library/supabase_wordmark_light.svg b/static/library/supabase_wordmark_light.svg new file mode 100644 index 0000000..60cbc71 --- /dev/null +++ b/static/library/supabase_wordmark_light.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + +