Merge pull request #667 from chenjiahan/add_rspack_0531

Add Rspack and Rsbuild SVG logos
This commit is contained in:
Pablo Hdez
2025-06-02 10:21:22 +01:00
committed by GitHub
3 changed files with 14 additions and 0 deletions
+12
View File
@@ -3656,5 +3656,17 @@ export const svgs: iSVG[] = [
route: '/library/terraform.svg',
url: 'https://terraform.io',
brandUrl: 'https://brand.hashicorp.com'
},
{
title: 'Rspack',
category: 'Compiler',
route: '/library/rspack.svg',
url: 'https://rspack.rs/'
},
{
title: 'Rsbuild',
category: ['Devtool', 'Compiler'],
route: '/library/rsbuild.svg',
url: 'https://rsbuild.rs'
}
];
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB