Update Webflow SVG and add wordmarks

This commit is contained in:
Chris
2025-02-23 15:52:43 +02:00
parent 91d85129fc
commit 97c303a418
5 changed files with 2899 additions and 3656 deletions
+9 -4
View File
@@ -1,4 +1,4 @@
import type { iSVG } from '../types/svg';
import type { iSVG } from '../types/svg'
export const svgs: iSVG[] = [
{
@@ -2171,10 +2171,15 @@ export const svgs: iSVG[] = [
url: 'https://www.shopify.com'
},
{
title: 'WebFlow',
title: 'Webflow',
category: 'CMS',
route: '/library/webflow.svg',
url: 'https://www.webflow.com'
wordmark: {
dark: '/library/webflow-wordmark-dark.svg',
light: '/library/webflow-wordmark-light.svg'
},
url: 'https://www.webflow.com',
brandUrl: 'https://brand-at.webflow.io/resources'
},
{
title: 'Sanity',
@@ -3352,4 +3357,4 @@ export const svgs: iSVG[] = [
route: '/library/D3.svg',
url: 'https://d3js.org/'
},
];
]