Update discover page
parent
7dce3b75c5
commit
11d313a635
|
|
@ -128,14 +128,6 @@ export default observer(() => {
|
||||||
inviteCode: "debspeptalkdiscover",
|
inviteCode: "debspeptalkdiscover",
|
||||||
disabled: false,
|
disabled: false,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: "01J74BC8PFE9XBDX05J3Y9R9PV",
|
|
||||||
name: "Monkey Peps",
|
|
||||||
description:
|
|
||||||
"A Peptide Community for support, sourcing and group testing.",
|
|
||||||
inviteCode: "monkeypepsdiscover",
|
|
||||||
disabled: false,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "01J6ZT36PMKPEV8B60YCS23NE1",
|
id: "01J6ZT36PMKPEV8B60YCS23NE1",
|
||||||
name: "Sunny Solutions",
|
name: "Sunny Solutions",
|
||||||
|
|
@ -158,6 +150,14 @@ export default observer(() => {
|
||||||
inviteCode: "hybdiscover",
|
inviteCode: "hybdiscover",
|
||||||
disabled: false,
|
disabled: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "01J740MT75NC05F6VB9EJ4Y115",
|
||||||
|
name: "Royal Peptides",
|
||||||
|
description:
|
||||||
|
"USA domestic wholesale vendor with 3rd party tested kits.",
|
||||||
|
inviteCode: "royalpeptidesdiscover",
|
||||||
|
disabled: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "01J5TQYA639STTEX7SH5KXC96M",
|
id: "01J5TQYA639STTEX7SH5KXC96M",
|
||||||
name: "Joe Lu's Hideout",
|
name: "Joe Lu's Hideout",
|
||||||
|
|
@ -165,6 +165,14 @@ export default observer(() => {
|
||||||
inviteCode: "placeholder",
|
inviteCode: "placeholder",
|
||||||
disabled: true,
|
disabled: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "01J74BC8PFE9XBDX05J3Y9R9PV",
|
||||||
|
name: "Monkey Peps",
|
||||||
|
description:
|
||||||
|
"A Peptide Community for support, sourcing and group testing.",
|
||||||
|
inviteCode: "placeholder",
|
||||||
|
disabled: true,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const renderServerButton = (server) => {
|
const renderServerButton = (server) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue