⚙️ Remove width & height for some svgs + update supabase wordmark route

This commit is contained in:
pheralb
2024-04-12 09:25:27 +01:00
parent 09476b5949
commit a6c3827f8c
4 changed files with 13 additions and 13 deletions
+10 -10
View File
@@ -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'
}
}
];