📦 Update Claude AI logo + add UnoCSS

This commit is contained in:
pheralb
2024-10-14 17:55:35 +01:00
parent 5c8931f5f6
commit 2b0a46a7ec
5 changed files with 20 additions and 6 deletions
+16 -6
View File
@@ -2272,12 +2272,6 @@ export const svgs: iSVG[] = [
route: '/library/sourcegraph.svg',
url: 'https://about.sourcegraph.com/'
},
{
title: 'Claude AI',
category: 'AI',
route: '/library/claude-ai.svg',
url: 'https://claude.ai/'
},
{
title: 'Perplexity AI',
category: 'AI',
@@ -2977,5 +2971,21 @@ export const svgs: iSVG[] = [
category: ['Social'],
route: '/library/carrd.svg',
url: 'https://carrd.co/'
},
{
title: 'Claude AI',
category: 'AI',
route: '/library/claude-ai-icon.svg',
wordmark: {
light: '/library/claude-ai-wordmark-icon_light.svg',
dark: '/library/claude-ai-wordmark-icon_dark.svg'
},
url: 'https://claude.ai/'
},
{
title: 'UnoCSS',
category: 'Devtool',
route: '/library/unocss.svg',
url: 'https://unocss.dev/'
}
];