File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed
Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -153,9 +153,22 @@ export const IconMenu: Story = {
153153 children : (
154154 < >
155155 < MenuItem icon = { AiChatSparkIcon } label = "chat" onClick = { ( ) => { } } />
156- < MenuItem href = "#whatsup" icon = { BashShellIcon } label = { { alignment : "right-center" , info : "Prompt" } } />
157- < MenuItem href = "#whatsup-people" icon = { PeopleIcon } label = { { alignment : "right-center" , info : "People" , } } />
158- < MenuItem active href = "#whatsup-1" icon = { FileIcon } label = { { alignment : "right-center" , info : "Learn" , } } />
156+ < MenuItem
157+ href = "#whatsup"
158+ icon = { BashShellIcon }
159+ label = { { alignment : 'right-center' , info : 'Prompt' } }
160+ />
161+ < MenuItem
162+ href = "#whatsup-people"
163+ icon = { PeopleIcon }
164+ label = { { alignment : 'right-center' , info : 'People' } }
165+ />
166+ < MenuItem
167+ active
168+ href = "#whatsup-1"
169+ icon = { FileIcon }
170+ label = { { alignment : 'right-center' , info : 'Learn' } }
171+ />
159172 < MenuItem
160173 aria-label = "I am bold and different"
161174 href = "#whats-2"
@@ -166,7 +179,11 @@ export const IconMenu: Story = {
166179 narrow : true ,
167180 } }
168181 />
169- < MenuItem href = "#who-is-3" icon = { InformationalIcon } label = { { alignment : "right-center" , info : "Content" } } />
182+ < MenuItem
183+ href = "#who-is-3"
184+ icon = { InformationalIcon }
185+ label = { { alignment : 'right-center' , info : 'Content' } }
186+ />
170187 </ >
171188 ) ,
172189 } ,
You can’t perform that action at this time.
0 commit comments