mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge pull request #667 from chenjiahan/add_rspack_0531
Add Rspack and Rsbuild SVG logos
This commit is contained in:
@@ -3656,5 +3656,17 @@ export const svgs: iSVG[] = [
|
|||||||
route: '/library/terraform.svg',
|
route: '/library/terraform.svg',
|
||||||
url: 'https://terraform.io',
|
url: 'https://terraform.io',
|
||||||
brandUrl: 'https://brand.hashicorp.com'
|
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 |
Reference in New Issue
Block a user