diff --git a/modules/rsocials/mod.ts b/modules/rsocials/mod.ts index 0c66b45..bab6ad3 100644 --- a/modules/rsocials/mod.ts +++ b/modules/rsocials/mod.ts @@ -1121,17 +1121,10 @@ routes.get("/", (c) => { - ๐Ÿ“‹ - - - ๐Ÿงต @@ -1199,17 +1192,10 @@ export const socialsModule: RSpaceModule = { }, { path: "threads", - title: "Thread Gallery", - icon: "๐Ÿ“‹", - tagline: "rSocials Tool", - description: "Browse all saved thread drafts in your community. Find inspiration, remix threads, or pick up where you left off.", - }, - { - path: "thread-editor", - title: "Thread Editor", + title: "Threads", icon: "๐Ÿงต", tagline: "rSocials Tool", - description: "Compose, preview, and schedule tweet threads with a live card-by-card preview. Save drafts, generate share images, and publish when ready.", + description: "Browse, compose, and schedule tweet threads with a live card-by-card preview. Save drafts, generate share images, and publish when ready.", features: [ { icon: "โœ๏ธ", title: "Live Preview", text: "See your thread as tweet cards in real time as you type, with character counts and thread numbering." }, { icon: "๐Ÿ’พ", title: "Save & Edit Drafts", text: "Save thread drafts to your space, revisit and refine them before publishing." },