diff --git a/modules/rmeets/mod.ts b/modules/rmeets/mod.ts
index 5084f91..e795d79 100644
--- a/modules/rmeets/mod.ts
+++ b/modules/rmeets/mod.ts
@@ -56,21 +56,22 @@ routes.get("/", (c) => {
moduleId: "rmeets",
spaceSlug: space,
modules: getModuleInfoList(),
- theme: "dark",
styles: ``,
body: `
rMeets
@@ -116,6 +117,7 @@ export const meetsModule: RSpaceModule = {
landingPage: renderLanding,
externalApp: { url: JITSI_URL, name: "Jitsi Meet" },
outputPaths: [
+ { path: "meet", name: "Create Call", icon: "🚀", description: "Start a new video meeting" },
{ path: "rooms", name: "Rooms", icon: "🚪", description: "Meeting rooms and video calls" },
{ path: "recordings", name: "Recordings", icon: "🎥", description: "Meeting recordings" },
],