zksailor534 / react-adminlte-dash

This project is No Longer Maintained. React implementation of AdminLTE themed dashboard
http://zksailor534.github.io/react-adminlte-dash/
MIT License
167 stars 35 forks source link

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

Closed andrewvmail closed 6 years ago

andrewvmail commented 7 years ago

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
zksailor534 commented 7 years ago

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