📦 Add replicate with wordmark & light/dark version

This commit is contained in:
pheralb
2024-01-23 16:58:18 +00:00
parent 03dc2bb844
commit 41e5a618de
5 changed files with 63 additions and 0 deletions
+13
View File
@@ -2363,5 +2363,18 @@ export const svgs: iSVG[] = [
category: 'Language',
route: '/library/csharp.svg',
url: 'https://dotnet.microsoft.com/languages/csharp'
},
{
title: 'Replicate',
category: 'AI',
route: {
light: '/library/replicate_light.svg',
dark: '/library/replicate_dark.svg'
},
wordmark: {
light: '/library/replicate-wordmark_light.svg',
dark: '/library/replicate-wordmark_dark.svg'
},
url: 'https://replicate.com/'
}
];