From abe1449044d2a8ce566f06f1cf220a17afeec04f Mon Sep 17 00:00:00 2001 From: Syed Ammar Ahmed Date: Fri, 20 Feb 2026 08:33:15 +0500 Subject: [PATCH 1/2] FIX: LinkedIn Badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 917fcfb..1e6e46d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ You can copy the generated ReadMe and paste it into your GitHub ReadMe file dire ## Our Social Links [![X](https://img.shields.io/badge/X-black.svg?style=normal&logo=X&logoColor=white)](https://x.com/VishwaGauravIn) -[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=normal&logo=linkedin&logoColor=white)](https://linkedin.com/in/VishwaGauravIn) +[![LinkedIn](https://custom-icon-badges.demolab.com/badge/LinkedIn-0A66C2?logo=linkedin-white&logoColor=fff)](https://linkedin.com/in/VishwaGauravIn) ## PageSpeed Insights ![](https://raw.githubusercontent.com/VishwaGauravIn/Images/f13849bc9989d66c67085313dd606ea978eff0f8/psi-gprm.svg) @@ -98,3 +98,4 @@ The easiest way to deploy your Next.js app is to use the [Vercel Platform](https Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. + From 62fbd9d270d16f39a3ad96014c8bbf39896f9fb4 Mon Sep 17 00:00:00 2001 From: Syed Ammar Ahmed Date: Fri, 20 Feb 2026 08:40:38 +0500 Subject: [PATCH 2/2] FIX: LinkedIn Badge --- components/slides/Socials.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/slides/Socials.js b/components/slides/Socials.js index 888490e..189b2f0 100644 --- a/components/slides/Socials.js +++ b/components/slides/Socials.js @@ -49,7 +49,7 @@ export default function Socials({ back }) { if (document.getElementById("linkedin").value != "") { socials = socials + - `[![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?logo=linkedin&logoColor=white)](https://linkedin.com/in/${ + `[![LinkedIn](https://custom-icon-badges.demolab.com/badge/LinkedIn-0A66C2?logo=linkedin-white&logoColor=fff)](https://linkedin.com/in/${ document.getElementById("linkedin").value }) `; } @@ -256,3 +256,4 @@ export var socials = ``; */ +