Add php logo

This commit is contained in:
codewithxavi
2023-04-25 12:08:27 +02:00
parent 60e7ab7a48
commit 1e1a0f160b
2 changed files with 12 additions and 0 deletions
+7
View File
@@ -1211,5 +1211,12 @@ export const svgs: iSVG[] = [
category: 'Library',
route: '/library/redux.svg',
url: 'https://redux.js.org/'
},
{
id: 174,
title: 'Php',
category: 'Language',
route: '/library/php.svg',
url: 'https://www.php.net/'
}
];