Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
andrewvmail opened this issue Apr 8, 2017 · 1 comment
Closed

Comments

@andrewvmail
Copy link

andrewvmail commented Apr 8, 2017

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
Copy link
Owner

zksailor534 commented Apr 15, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants