font-awesome icon and title not shown on navbar Header.Item
andrewvmail opened this issue · 1 comments
andrewvmail commented
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.
zksailor534 commented
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.