New svgs, add new firebase brand & prettier

This commit is contained in:
pheralb
2024-08-15 13:15:41 +01:00
parent c5a5339cac
commit d4d90254cf
5 changed files with 21 additions and 8 deletions
+17 -7
View File
@@ -266,12 +266,6 @@ export const svgs: iSVG[] = [
route: '/library/bootstrap.svg',
url: 'https://getbootstrap.com/'
},
{
title: 'Firebase',
category: 'Hosting',
route: '/library/firebase.svg',
url: 'https://firebase.google.com/'
},
{
title: 'Vite.js',
category: 'Compiler',
@@ -1587,7 +1581,7 @@ export const svgs: iSVG[] = [
url: 'https://tether.to/'
},
{
title: 'X',
title: 'X (formerly Twitter)',
category: 'Social',
route: {
light: '/library/x.svg',
@@ -2879,5 +2873,21 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/bento.svg',
url: 'https://bento.me/home'
},
{
title: 'Firebase',
category: 'Hosting',
route: '/library/firebase.svg',
wordmark: '/library/firebase-wordmark.svg',
url: 'https://firebase.google.com/'
},
{
title: 'Prettier',
category: 'Library',
route: {
light: '/library/prettier-icon-light.svg',
dark: '/library/prettier-icon-dark.svg'
},
url: 'https://prettier.io/'
}
];