zksailor534/react-adminlte-dash

font-awesome icon and title not shown on navbar Header.Item

andrewvmail opened this issue · 1 comments

Any clue on why icon and title is not shown ? The link is working correctly though. Using latest.

const nav = (d) => ([
  <Header.Item href={ `https://github.com/a/a` }
    iconClass="fa fa-calculator"
    key="1"
    title="Github" />,
  <Header.UserMenu name="User" signOutAction={ () => d(logout()) } key="2" />,
]);

also noticing footerChildren={ Footer } is not outputting footer. Everything else is rendering fine.

developer_tools_-_http___localhost_3500_calculator_and_lift_debt_solutions_and_index_js_ _lift-app

Hi, sorry it took me so long to get back to you. I just had a chance to drop your navbar into my demo page and it worked just fine there. Unfortunately, I can't come up with anything that might be causing your problem. If you want to provide me with more info or a larger sample, I might be able to figure out more.
image