ashutosh1919 / masterPortfolio

🔥 The Complete Customizable Software Developer Portfolio Template which lets you showcase your work and provides each and every detail about you as Software Developer.
https://ashutoshhathidara.com
MIT License
3.54k stars 1.43k forks source link

Google scholar profile doesn't render correctly #353

Closed saireddythfc closed 5 months ago

saireddythfc commented 5 months ago

I added a google profile object in the social media links. However, there is an issue in rendering the icon, while all others seem to work fine.

Screenshot 2024-03-25 at 6 46 16 PM

Here's what I added to the socialMediaLinks object in portfolio.js. { name: "google-scholar", link: "https://scholar.google.com/citations?user=myuserid", fontAwesomeIcon: "fa-google-scholar", // Reference https://fontawesome.com/icons/google-scholar?style=brands backgroundColor: "#4285F4", // Reference https://simpleicons.org/?q=google+sc },

ashutosh1919 commented 5 months ago

@saireddythfc font-awesome might not have the logo.

saireddythfc commented 5 months ago

You mean in the reference link that I mentioned? I downloaded the svg and put it in masterPortfolio/src/assests/font-awesome/svgs/brands Both the reference links of font-awesome and backgroundColor are working.

Something I'm missing?