Modify discover
parent
11d313a635
commit
9a45d50a8f
|
|
@ -13,8 +13,6 @@ import { Text } from "preact-i18n";
|
|||
|
||||
import { CategoryButton } from "@revoltchat/ui";
|
||||
|
||||
import wideSVG from "/assets/wide.svg";
|
||||
|
||||
import { PageHeader } from "../../components/ui/Header";
|
||||
import { useClient } from "../../controllers/client/ClientController";
|
||||
|
||||
|
|
@ -158,6 +156,14 @@ export default observer(() => {
|
|||
inviteCode: "royalpeptidesdiscover",
|
||||
disabled: false,
|
||||
},
|
||||
{
|
||||
id: "01J78Z1C1XW209S5YSQZMPS0E4",
|
||||
name: "The Pep Planner",
|
||||
description:
|
||||
"Planner to keep track of daily pins, peptide information, orders & more.",
|
||||
inviteCode: "thepepplannerdiscover",
|
||||
disabled: false,
|
||||
},
|
||||
{
|
||||
id: "01J5TQYA639STTEX7SH5KXC96M",
|
||||
name: "Joe Lu's Hideout",
|
||||
|
|
|
|||
Loading…
Reference in New Issue