Skip to content

Commit

Permalink
feat: add CakePHP SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
acastaneiras committed Dec 29, 2024
1 parent fa7c93e commit 7c4bb7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3167,5 +3167,11 @@ export const svgs: iSVG[] = [
category: 'Design',
route: '/library/lottielab.svg',
url: 'https://www.lottielab.com/'
},
{
title: "CakePHP",
category: "Framework",
route: "/library/cakephp.svg",
url: "https://cakephp.org/"
}
];
3 changes: 3 additions & 0 deletions static/library/cakephp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c4bb7a

Please sign in to comment.