diff --git a/packages/hawtio/src/help/HawtioHelp.tsx b/packages/hawtio/src/help/HawtioHelp.tsx index f09aa03c3..593447d87 100644 --- a/packages/hawtio/src/help/HawtioHelp.tsx +++ b/packages/hawtio/src/help/HawtioHelp.tsx @@ -1,11 +1,9 @@ import { - Card, CardBody, + Divider, Nav, NavItem, NavList, - PageGroup, - PageNavigation, PageSection, PageSectionVariants, TextContent, @@ -40,38 +38,37 @@ export const HawtioHelp: React.FunctionComponent = () => { Help - - - - - - - - - {helpRegistry.getHelps().map(help => ( - - - {help.content} - - - } - /> + + + + + + + + + {helpRegistry.getHelps().map(help => ( + + + {help.content} + + + } + /> + ))} + } /> + ) diff --git a/packages/hawtio/src/preferences/HomePreferences.tsx b/packages/hawtio/src/preferences/HomePreferences.tsx index 9e531d6a9..d00ca57e6 100644 --- a/packages/hawtio/src/preferences/HomePreferences.tsx +++ b/packages/hawtio/src/preferences/HomePreferences.tsx @@ -94,7 +94,7 @@ const ResetForm: React.FunctionComponent = () => { - Clear all custom settings stored in your browser `'`s local storage and reset to defaults. + Clear all custom settings stored in your browser`s local storage and reset to defaults.