Skip to content

Commit e49d806

Browse files
committed
console: Improve storybook section
1 parent 59254fa commit e49d806

File tree

2 files changed

+2
-2
lines changed
  • pkg/webui/components

2 files changed

+2
-2
lines changed

pkg/webui/components/news-panel/news-item/story.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import loginVisual from '@assets/img/layout/bg/login-visual.jpg'
1919
import NewsItem from '.'
2020

2121
export default {
22-
title: 'NewsPanel/News Item',
22+
title: 'Panel/News Panel/News Item',
2323
component: NewsItem,
2424
}
2525

pkg/webui/components/shortcut-panel/shortcut-item/story.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import React from 'react'
1717
import ShortcutItem from '.'
1818

1919
export default {
20-
title: 'Shortcut/Shortcut Item',
20+
title: 'Panel/Shortcut Panel/Shortcut Item',
2121
component: ShortcutItem,
2222
}
2323

0 commit comments

Comments
 (0)