Skip to content

Commit 82197e7

Browse files
authored
Merge pull request #667 from chenjiahan/add_rspack_0531
Add Rspack and Rsbuild SVG logos
2 parents 155fe09 + a645a16 commit 82197e7

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

src/data/svgs.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3656,5 +3656,17 @@ export const svgs: iSVG[] = [
36563656
route: '/library/terraform.svg',
36573657
url: 'https://terraform.io',
36583658
brandUrl: 'https://brand.hashicorp.com'
3659+
},
3660+
{
3661+
title: 'Rspack',
3662+
category: 'Compiler',
3663+
route: '/library/rspack.svg',
3664+
url: 'https://rspack.rs/'
3665+
},
3666+
{
3667+
title: 'Rsbuild',
3668+
category: ['Devtool', 'Compiler'],
3669+
route: '/library/rsbuild.svg',
3670+
url: 'https://rsbuild.rs'
36593671
}
36603672
];

0 commit comments

Comments
 (0)