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

[Bug] Header Socials and social tooltips for Socials are not showing up #85

Closed
lemarcgagnon opened this issue Oct 14, 2020 · 4 comments
Closed
Labels

Comments

@lemarcgagnon
Copy link

lemarcgagnon commented Oct 14, 2020

Version

latest and online demo as well

Reproduction link

https://demos.creative-tim.com/material-kit-react

Operating System

linux

Device

desktop

Browser & Version

Version 86.0.4240.75 (Official Build) (64-bit)

Steps to reproduce

why is these three lines don't show up either on your online demo and on the version I downloaded: These are part of the header?

  • This is located in Components:Header: HeaderLinks.js

    959 ? "top" : "left"} classes={{ tooltip: classes.tooltip }} >

    Could it be the class messing it up? ==> classes={{ tooltip: classes.tooltip }}

    It won't show either in full and responsive window size.

    What is expected?

    to see the social buttons and the tooltips since the showup in the source code

    What is actually happening?

    not showing up in chrome, but I see it on Firefox 81.0 on Mint Linux


    Solution

    maybe it is the classes setup

    Additional comments

    @einazare
    Copy link
    Contributor

    Hello there, @lemarcgagnon ,

    Those lines are for the Tooltips that appear when you hover the Twitter, Facebook and Instagram icons.

    Best,
    Manu

    @lemarcgagnon
    Copy link
    Author

    lemarcgagnon commented Oct 20, 2020 via email

    @dtksi
    Copy link

    dtksi commented Jan 20, 2021

    you should import

    import FacebookIcon from '@material-ui/icons/Facebook';
    

    then <FacebookIcon /> instead of <i className={classes.socialIcons + " fab fa-facebook"} />

    @lemarcgagnon
    Copy link
    Author

    lemarcgagnon commented Jan 22, 2021 via email

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

    No branches or pull requests

    3 participants