mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
📦 Add replicate with wordmark & light/dark version
This commit is contained in:
@@ -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/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user