mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge branch 'main' into add-postcss-logo
This commit is contained in:
@@ -2829,5 +2829,19 @@ export const svgs: iSVG[] = [
|
||||
route: "/library/svg.svg",
|
||||
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',
|
||||
url: 'https://todoist.com/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user