Skip to content

Commit

Permalink
Merge pull request #435 from PedroMidueno/trpc-svg
Browse files Browse the repository at this point in the history
🆕 Add tRPC svg
  • Loading branch information
pheralb authored Nov 8, 2024
2 parents 12a2fd8 + 359d781 commit 1d35abf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2996,5 +2996,15 @@ export const svgs: iSVG[] = [
category: 'Devtool',
route: '/library/unocss.svg',
url: 'https://unocss.dev/'
},
{
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/'
}
];
1 change: 1 addition & 0 deletions static/library/trpc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/trpc_wordmark_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/trpc_wordmark_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1d35abf

Please sign in to comment.