File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
templates/page-components Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,9 @@ export default class MockAppHeaderAppHeader extends Component<MockAppHeaderAppHe
9696 <dd.ToggleIcon @ icon =" user" @ text =" user menu" />
9797 <dd.Title @ text =" Signed In" />
9898 <dd.Description @ text =" email@domain.com" />
99- <dd.Interactive @ href =" #" @ text =" Account Settings" />
99+ <dd.Interactive @ href =" #" >
100+ Account Settings
101+ </dd.Interactive >
100102 </HdsDropdown >
101103 </: utilityActions >
102104 </HdsAppHeader >
Original file line number Diff line number Diff line change 472472 @text =" A longer description that could span on multiple lines if the number of characters require more width than the dropdown provides by default."
473473 />
474474 <Hds::Dropdown::ListItem::Separator />
475- <Hds::Dropdown::ListItem::Interactive
476- @route =" index"
477- @text =" A longer item that could span multiple lines if the characters surpass a certain length"
478- />
475+ <Hds::Dropdown::ListItem::Interactive @route =" index" >
476+ A longer item that could span multiple lines if the characters surpass a certain length
477+ </Hds::Dropdown::ListItem::Interactive >
479478 </ul >
480479 </div >
481480 </SF .Item>
490489 @text =" A longer description that could span on multiple lines if the number of characters require more width than the dropdown provides by default."
491490 />
492491 <Hds::Dropdown::ListItem::Separator />
493- <Hds::Dropdown::ListItem::Interactive
494- @route =" index"
495- @text =" A longer item that could span multiple lines if the characters surpass a certain length"
496- />
492+ <Hds::Dropdown::ListItem::Interactive @route =" index" >
493+ A longer item that could span multiple lines if the characters surpass a certain length
494+ </Hds::Dropdown::ListItem::Interactive >
497495 </ul >
498496 </div >
499497 {{! template-lint-enable no-inline-styles }}
You can’t perform that action at this time.
0 commit comments