From fdcb9c98c276e9e61dea1c72148c782138af26a6 Mon Sep 17 00:00:00 2001 From: Joe B Date: Thu, 31 Oct 2019 11:54:25 -0500 Subject: [PATCH 1/2] Add notion icon --- _data/simple-icons.json | 5 +++++ icons/notion.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/notion.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9b8041f8e499..2da45ff51f19 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2351,6 +2351,11 @@ "hex": "8F0000", "source": "https://nodered.org/about/resources/" }, + { + "title": "Notion", + "hex": "000000", + "source": "https://www.notion.so/Media-Kit-205535b1d9c4440497a3d7a2ac096286" + }, { "title": "NPM", "hex": "CB3837", diff --git a/icons/notion.svg b/icons/notion.svg new file mode 100644 index 000000000000..2e29096f0c8a --- /dev/null +++ b/icons/notion.svg @@ -0,0 +1 @@ +Notion icon \ No newline at end of file From fec69d94dcfd829c6134f70befc9e20650d657a4 Mon Sep 17 00:00:00 2001 From: Joe B Date: Thu, 31 Oct 2019 14:54:53 -0500 Subject: [PATCH 2/2] Updating source from Media Kit to Home page as media kit svg isn't actually an svg --- _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 2da45ff51f19..10eb3e5aa0f6 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2354,7 +2354,7 @@ { "title": "Notion", "hex": "000000", - "source": "https://www.notion.so/Media-Kit-205535b1d9c4440497a3d7a2ac096286" + "source": "https://www.notion.so/" }, { "title": "NPM",