Merge pull request #184 from alanhaertel/main

Added PNPM and Qt Icons
This commit is contained in:
Pablo Hdez
2023-12-30 20:01:37 +00:00
committed by GitHub
3 changed files with 26 additions and 0 deletions
+12
View File
@@ -2148,5 +2148,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/'
}
];