From eb7a60ce06d48d93911e96b76e3beedfc5357319 Mon Sep 17 00:00:00 2001 From: John Furrow Date: Thu, 5 Apr 2018 11:09:04 -0700 Subject: [PATCH] Reorganizes communities --- communities.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/communities.json b/communities.json index 5556224..f610aec 100644 --- a/communities.json +++ b/communities.json @@ -1,12 +1,5 @@ { "data": [ - { - "logo": "organizr.png", - "title": "Organizr", - "quote": "HTPC/Homelab Services Organizer - Written in PHP", - "inviteCode": "TrNtY7N", - "githubUrl": "https://github.com/causefx/organizr" - }, { "logo": "yarnpkg.svg", "title": "Yarnpkg", @@ -220,6 +213,13 @@ "title": "Hyperium Client", "inviteCode": "8GakFcT", "githubUrl": "https://github.com/HyperiumClient" + }, + { + "logo": "organizr.png", + "title": "Organizr", + "quote": "HTPC/Homelab Services Organizer - Written in PHP", + "inviteCode": "TrNtY7N", + "githubUrl": "https://github.com/causefx/organizr" } ] }