mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚙️ Remove width & height for some svgs + update supabase wordmark route
This commit is contained in:
+10
-10
@@ -165,16 +165,6 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/firebase.svg',
|
||||
url: 'https://firebase.google.com/'
|
||||
},
|
||||
{
|
||||
title: 'Supabase',
|
||||
category: 'Database',
|
||||
route: '/library/supabase.svg',
|
||||
url: 'https://supabase.com/',
|
||||
wordmark: {
|
||||
light: '/library/supabase_wordmark_light.svg',
|
||||
dark: '/library/supabase_wordmark_dark.svg'
|
||||
}
|
||||
},
|
||||
{
|
||||
title: 'Vite.js',
|
||||
category: 'Compiler',
|
||||
@@ -2582,5 +2572,15 @@ export const svgs: iSVG[] = [
|
||||
category: 'Software',
|
||||
route: '/library/microsoft-todo.svg',
|
||||
url: 'https://to-do.office.com/'
|
||||
},
|
||||
{
|
||||
title: 'Supabase',
|
||||
category: 'Database',
|
||||
route: '/library/supabase.svg',
|
||||
url: 'https://supabase.com/',
|
||||
wordmark: {
|
||||
light: '/library/supabase_wordmark_light.svg',
|
||||
dark: '/library/supabase_wordmark_dark.svg'
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user