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) => { - ๐ - - Threads - Browse saved thread drafts and published threads - - - ๐งต - Thread Editor - Compose and preview tweet threads with live card preview + Threads + Browse, compose, and schedule tweet threads with live preview @@ -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." },
Browse saved thread drafts and published threads
Compose and preview tweet threads with live card preview
Browse, compose, and schedule tweet threads with live preview