Skip to content

Commit

Permalink
Added odoo to svg logo, added ERP to categories
Browse files Browse the repository at this point in the history
  • Loading branch information
tito1984 committed Jun 12, 2024
1 parent 7e0bb11 commit 2c04bf4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2836,5 +2836,12 @@ export const svgs: iSVG[] = [
route: '/library/todoist.svg',
wordmark: '/library/todoist-wordmark.svg',
url: 'https://todoist.com/'
},
{
title: "Odoo",
category: ["ERP", "Software"],
route: "/library/odoo_inverted.svg",
wordmark: "/library/odoo.svg",
url: "https://www.odoo.com/"
}
];
3 changes: 2 additions & 1 deletion src/types/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export type tCategory =
| 'Marketplace'
| 'Music'
| 'Vercel'
| 'Payment';
| 'Payment'
| 'ERP';
4 changes: 4 additions & 0 deletions static/library/odoo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/odoo_inverted.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 2c04bf4

Please sign in to comment.