From 4b39f0f79afcbcf2750d5c41a27422825c095df1 Mon Sep 17 00:00:00 2001 From: Rushikesh Tagadkar Date: Thu, 28 Nov 2024 03:11:00 +0530 Subject: [PATCH] Fix Instagram icon color to #ff0069 (#12226) --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3f9b2178d..2abc576be 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7740,7 +7740,7 @@ }, { "title": "Instagram", - "hex": "E4405F", + "hex": "FF0069", "source": "https://about.meta.com/brand/resources/instagram", "guidelines": "https://about.meta.com/brand/resources/instagram" },