Skip to content

Commit

Permalink
鈿欙笍 Fix duplicated svg logo + todoist wordmark version
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Jun 11, 2024
1 parent 96b1b07 commit 7e0bb11
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2830,18 +2830,11 @@ export const svgs: iSVG[] = [
wordmark: "/library/svg_wordmark.svg",
url: "https://www.w3.org/TR/SVG/"
},
{
title: 'SVG',
category: ['Language', 'Design'],
route: '/library/svg.svg',
wordmark: '/library/svg_wordmark.svg',
url: 'https://www.w3.org/TR/SVG/'
},
{
title: 'Todoist',
category: 'Software',
route: '/library/todoist.svg',
wordmark: '/library/todoist_wordmark.svg',
wordmark: '/library/todoist-wordmark.svg',
url: 'https://todoist.com/'
}
];

0 comments on commit 7e0bb11

Please sign in to comment.