Add Rspack and Rsbuild SVG logos

This commit is contained in:
neverland
2025-05-31 12:55:01 +08:00
parent 155fe099ff
commit a645a166a8
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