Skip to content

Commit 99422cd

Browse files
authored
Merge pull request #672 from ncdai/main
Add React Wheel Picker SVGs
2 parents da5fda8 + 4e40a41 commit 99422cd

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

src/data/svgs.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3668,5 +3668,14 @@ export const svgs: iSVG[] = [
36683668
category: ['Devtool', 'Compiler'],
36693669
route: '/library/rsbuild.svg',
36703670
url: 'https://rsbuild.rs'
3671+
},
3672+
{
3673+
title: 'React Wheel Picker',
3674+
category: 'Library',
3675+
route: {
3676+
light: '/library/react-wheel-picker_light.svg',
3677+
dark: '/library/react-wheel-picker_dark.svg'
3678+
},
3679+
url: 'https://react-wheel-picker.chanhdai.com'
36713680
}
36723681
];
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)