mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-01 19:40:44 +00:00
fix: change title of setup row story
This commit is contained in:
parent
86a8a42f80
commit
804da336af
@ -18,6 +18,12 @@ type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Default: Story = {
|
||||
args: {
|
||||
title: 'Setup Row',
|
||||
title: 'Setup up Validators',
|
||||
},
|
||||
}
|
||||
|
||||
export const WithoutTitle: Story = {
|
||||
args: {
|
||||
title: '',
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user