Add jenkins, magicui, replit SVGs

This commit is contained in:
ridemountainpig
2025-02-26 20:23:25 +08:00
parent bfb4df2bfe
commit d58d2fe489
7 changed files with 133 additions and 1 deletions
+25 -1
View File
@@ -3369,5 +3369,29 @@ export const svgs: iSVG[] = [
dark: '/library/anthropic_white_wordmark.svg'
},
url: 'https://www.anthropic.com/'
}
},
{
title: 'Jenkins',
category: 'Software',
route: '/library/jenkins.svg',
wordmark: '/library/jenkins-wordmark.svg',
url: 'https://www.jenkins.io/'
},
{
title: 'Replit',
category: 'Software',
route: '/library/replit.svg',
wordmark: {
light: '/library/replit-wordmark-light.svg',
dark: '/library/replit-wordmark-dark.svg'
},
url: 'https://replit.com/',
brandUrl: 'https://replit.com/brandkit'
},
{
title: 'Magic UI',
category: 'Library',
route: '/library/magicui.svg',
url: 'https://magicui.design/'
},
];