feat: grok

This commit is contained in:
Harry Yep
2025-03-14 22:28:14 +08:00
parent 41fd336bc1
commit 18631582d8
5 changed files with 37 additions and 0 deletions
+13
View File
@@ -707,6 +707,19 @@ export const svgs: iSVG[] = [
route: '/library/graphql.svg',
url: 'https://graphql.org/'
},
{
title: 'Grok',
category: 'AI',
route: {
light: '/library/grok-light.svg',
dark: '/library/grok-dark.svg'
},
wordmark: {
light: '/library/grok-wordmark-light.svg',
dark: '/library/grok-wordmark-dark.svg'
},
url: 'https://grok.com/'
},
{
title: 'GitLab',
category: 'Software',