From cf9e54af13408bf44d54026d6a8c736349ad155e Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Mon, 25 Nov 2019 23:44:50 +0000 Subject: [PATCH 1/4] Added replit.svg --- icons/replit.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/replit.svg diff --git a/icons/replit.svg b/icons/replit.svg new file mode 100644 index 000000000000..c53a8547de02 --- /dev/null +++ b/icons/replit.svg @@ -0,0 +1 @@ +replit icon \ No newline at end of file From bc1884854e107d05b17c1f41b583c9f2eb684140 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Mon, 25 Nov 2019 23:47:33 +0000 Subject: [PATCH 2/4] Updated _data/simple-icons.json --- _data/simple-icons.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fc5f6a0e3904..59d942fceea9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2976,6 +2976,11 @@ "hex": "217DC6", "source": "https://seeklogo.com/vector-logo/184137/renren-inc" }, + { + "title": "replit", + "hex": "6BA539", + "source": "https://repl.it/" + }, { "title": "ResearchGate", "hex": "00CCBB", From 28b1655a8896f94b1343ecfb1798fe5b8697390e Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Mon, 25 Nov 2019 23:56:37 +0000 Subject: [PATCH 3/4] Corrected error in hex value and icon title --- _data/simple-icons.json | 4 ++-- icons/replit.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 59d942fceea9..03523f471550 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2977,8 +2977,8 @@ "source": "https://seeklogo.com/vector-logo/184137/renren-inc" }, { - "title": "replit", - "hex": "6BA539", + "title": "repl.it", + "hex": "667881", "source": "https://repl.it/" }, { diff --git a/icons/replit.svg b/icons/replit.svg index c53a8547de02..3fc18f790c64 100644 --- a/icons/replit.svg +++ b/icons/replit.svg @@ -1 +1 @@ -replit icon \ No newline at end of file +repl.it icon \ No newline at end of file From b7b97c5dab60d65ee300a5b8087ce3fac2bf5303 Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Tue, 26 Nov 2019 00:05:33 +0000 Subject: [PATCH 4/4] Renamed replit.svg to repl-dot-it.svg to correct error --- icons/{replit.svg => repl-dot-it.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename icons/{replit.svg => repl-dot-it.svg} (100%) diff --git a/icons/replit.svg b/icons/repl-dot-it.svg similarity index 100% rename from icons/replit.svg rename to icons/repl-dot-it.svg