Add Johnny5 to home page

pull/1060/head
Anonymous 2024-09-05 14:30:59 +08:00 committed by Harish Vishwakarma
parent 03c9af8bba
commit 5564b6fc20
1 changed files with 17 additions and 15 deletions

View File

@ -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) => {