feat: added pnpm and qt logos

This commit is contained in:
alanhaertel
2023-12-30 01:50:21 -03:00
parent b205a3c73f
commit 9cf6fea646
3 changed files with 58 additions and 0 deletions
+12
View File
@@ -2133,5 +2133,17 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/alacritty.svg',
url: 'https://alacritty.org'
},
{
title: 'Qt',
category: 'Software',
route: '/library/qt.svg',
url: 'https://www.qt.io/'
},
{
title: 'PNPM',
category: 'Software',
route: '/library/pnpm.svg',
url: 'https://pnpm.io/'
}
];