feat: remove Settings option from GuildOptionsMenu
This commit is contained in:
parent
68573f1262
commit
9d49012fb9
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ const modal = ref<HTMLDialogElement>();
|
||||||
const showInviteModal = ref(false);
|
const showInviteModal = ref(false);
|
||||||
|
|
||||||
const settings = [
|
const settings = [
|
||||||
{ name: "Server Settings", icon: "lucide:cog" },
|
|
||||||
{ name: "Invite", icon: "lucide:letter", action: openInviteModal }
|
{ name: "Invite", icon: "lucide:letter", action: openInviteModal }
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue