From 7469a97769fae366890b50f2e8fdc99d5311ec0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bror=20Bojl=C3=A9n?= Date: Sun, 18 Aug 2019 17:01:55 +0200 Subject: [PATCH] add pixelfed and wordpress coloring to graph --- frontend/src/constants.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/constants.tsx b/frontend/src/constants.tsx index 19db6ca..9d78ffa 100644 --- a/frontend/src/constants.tsx +++ b/frontend/src/constants.tsx @@ -48,10 +48,12 @@ export const INSTANCE_TYPES = [ "pleroma", "misskey", "gab", + "pixelfed", "gnusocial", "writefreely", "peertube", "friendica", "hubzilla", - "plume" + "plume", + "wordpress" ];