Add tRPC svg wordmark versions

This commit is contained in:
PedroMidueno
2024-11-07 17:49:38 -06:00
parent 24d5fb32f1
commit 359d781194
3 changed files with 6 additions and 0 deletions
+4
View File
@@ -3001,6 +3001,10 @@ export const svgs: iSVG[] = [
title: 'tRPC',
category: 'Framework',
route: '/library/trpc.svg',
wordmark: {
light: '/library/trpc_wordmark_light.svg',
dark : 'library/trpc_wordmark_dark.svg'
},
url: 'https://trpc.io/'
}
];