Skip to content

Commit

Permalink
Fix incorrect quote formatting (based on the .prettierrc)
Browse files Browse the repository at this point in the history
  • Loading branch information
tito1984 committed Jun 12, 2024
1 parent 2c04bf4 commit c97bdae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2838,10 +2838,10 @@ export const svgs: iSVG[] = [
url: 'https://todoist.com/'
},
{
title: "Odoo",
category: ["ERP", "Software"],
route: "/library/odoo_inverted.svg",
wordmark: "/library/odoo.svg",
url: "https://www.odoo.com/"
title: 'Odoo',
category: ['ERP', 'Software'],
route: '/library/odoo_inverted.svg',
wordmark: '/library/odoo.svg',
url: 'https://www.odoo.com/'
}
];

0 comments on commit c97bdae

Please sign in to comment.