mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-02 18:42:47 +02:00
fix(badge): rename is-splited to is-split
This commit is contained in:
@@ -12,9 +12,9 @@ export default () => {
|
||||
|
||||
const iconStyle = select('Badge Display', {
|
||||
default: '',
|
||||
'is-splited': 'is-splited',
|
||||
'is-split': 'is-split',
|
||||
'is-icon': 'is-icon',
|
||||
}, 'is-splited');
|
||||
}, 'is-split');
|
||||
|
||||
const leftOptions = select('Left Style', {
|
||||
...sharedComponentOptions,
|
||||
|
Reference in New Issue
Block a user