diff --git a/src/pages/home/Home.tsx b/src/pages/home/Home.tsx index 5f4e52b5..c26c836a 100644 --- a/src/pages/home/Home.tsx +++ b/src/pages/home/Home.tsx @@ -60,13 +60,6 @@ export default observer(() => { inviteCode: "elitegroupbuydiscover", disabled: false, }, - { - id: "01J63A8HQ8S10MM4B3K85VMYBW", - name: "Wonderland", - description: "Peptide life social group.", - inviteCode: "wonderlanddiscover", - disabled: false, - }, { id: "01J545CBXQRWZZAASZQ6THKE96", name: "Qingdao Sigma Chemical (QSC)", @@ -75,6 +68,13 @@ export default observer(() => { inviteCode: "qscdiscover", disabled: false, }, + { + id: "01J63A8HQ8S10MM4B3K85VMYBW", + name: "Wonderland", + description: "Peptide life social group.", + inviteCode: "wonderlanddiscover", + disabled: false, + }, { id: "01J5VPXSS0EK69QD69RX6SKZHW", name: "Kimmes Korner", @@ -92,10 +92,19 @@ export default observer(() => { { id: "01J6FNC5667A6RWV1SK4FMP19S", name: "Rabbit Hole Research", - description: "A peptide research collective focused on community, education, and facilitating group buys.", + description: + "A peptide research collective focused on community, education, and facilitating group buys.", inviteCode: "rabbitholediscover", disabled: false, }, + { + id: "01J6DDFWNT3SFKVQHK8J29RPXE", + name: "Johnny 5", + description: + "Amazing community of helpful people. Focus on weight loss group buys.", + inviteCode: "johnny5discover", + disabled: false, + }, { id: "01J5TQYA639STTEX7SH5KXC96M", name: "Joe Lu's Hideout", @@ -118,13 +127,6 @@ export default observer(() => { inviteCode: "placeholder", disabled: true, }, - { - id: "01J6DDFWNT3SFKVQHK8J29RPXE", - name: "Johnny 5", - description: "Peptide group buys.", - inviteCode: "placeholder", - disabled: true, - }, ]; const renderServerButton = (server) => {