diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 2dbbe8b9..701b5ebb 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,13 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + title: 'Craft CMS', + category: 'CMS', + route: '/library/craft_cms.svg', + wordmark: '/library/craft_cms_wordmark.svg', + url: 'https://craftcms.com/' + }, { title: 'Inflection AI', category: 'AI', diff --git a/static/library/craft_cms.svg b/static/library/craft_cms.svg new file mode 100644 index 00000000..352baf84 --- /dev/null +++ b/static/library/craft_cms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/craft_cms_wordmark.svg b/static/library/craft_cms_wordmark.svg new file mode 100644 index 00000000..4f370d8e --- /dev/null +++ b/static/library/craft_cms_wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file