rahuldkjain / github-profile-readme-generator

🚀 Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI.
https://rahuldkjain.github.io/gh-profile-readme-generator
Apache License 2.0
20.48k stars 6.28k forks source link

Updated the hashnode logo to new one #764

Open Vsoni27 opened 9 months ago

Vsoni27 commented 9 months ago

Fixes #724

What type of PR is this? (check all applicable)

Description

Updated the hashnode.svg file at src/images/icons/Social/hashnode.svg with the new one and did some changes at line no 181 in social.jsx file

Related Tickets & Documents

QA Instructions, Screenshots, Recordings

image

Added to documentation?

Aniketsahu28 commented 9 months ago

@Vsoni27 how did you run the code on your local pc ? I am facing error first time on npm start it gives error: There was a problem loading the local develop command. Gatsby may not be installed in your site's "node_modules" directory.
Perhaps you need to run "npm install"? You might need to delete your "package-lock.json" as well.

after installing gatsby it says inside node_modules gatsby/cli.js not found

Can you help ?

Vsoni27 commented 9 months ago

@Aniketsahu28 I just run "npm install" then "npm start" it worked fine and the required installation steps are written in the repo readme.

Aniketsahu28 commented 9 months ago

Okay @Vsoni27, thanks 👍