guild-settings #35

Merged
sauceyred merged 42 commits from guild-settings into main 2025-07-13 02:26:37 +00:00
Showing only changes of commit 9d49012fb9 - Show all commits

View file

@ -15,7 +15,6 @@ const modal = ref<HTMLDialogElement>();
const showInviteModal = ref(false);
const settings = [
{ name: "Server Settings", icon: "lucide:cog" },
{ name: "Invite", icon: "lucide:letter", action: openInviteModal }
]