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.

Home Page:https://ashutoshhathidara.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google scholar profile doesn't render correctly

saireddythfc opened this issue · comments

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
},

@saireddythfc font-awesome might not have the logo.

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?