diff --git a/src/components/Channels.astro b/src/components/Channels.astro index 582ab2e..58f3b01 100644 --- a/src/components/Channels.astro +++ b/src/components/Channels.astro @@ -26,7 +26,7 @@ const channels = [

- 22+ channels. One gateway. + 20+ channels. One gateway.

{ diff --git a/src/components/Hero.astro b/src/components/Hero.astro index a6a3f7e..2f9ff16 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -8,7 +8,7 @@

Self-hosted middleware that connects Claude Code, Gemini CLI, - Codex CLI, and OpenCode to 22+ messaging channels. + Codex CLI, and OpenCode to 20+ messaging channels.

diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 3cd981e..bfedf46 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -6,7 +6,7 @@ interface Props { const { title = "RemoteClaw", - description = "Self-hosted middleware that connects Claude Code, Gemini CLI, Codex CLI, and OpenCode to 22+ messaging channels.", + description = "Self-hosted middleware that connects Claude Code, Gemini CLI, Codex CLI, and OpenCode to 20+ messaging channels.", } = Astro.props; ---