Skip to content

Commit 58245c5

Browse files
docs(appframesidenav): update end section story
1 parent e8a395b commit 58245c5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

components/appframesidenav/stories/appframesidenav.stories.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,16 @@ Default.args = {};
7575
export const EndSection = Template.bind({});
7676
EndSection.args = {
7777
customStyles: {
78-
minBlockSize: "450px",
78+
minBlockSize: "600px",
7979
},
80+
items: [
81+
...defaultSideNavItems,
82+
{
83+
label: "Settings",
84+
workflowIconName: "Settings",
85+
isEndSectionStart: true,
86+
},
87+
]
8088
};
8189

8290
/**

0 commit comments

Comments
 (0)