From e84d5bd6593fcc83df4f896bbf595389cd93b077 Mon Sep 17 00:00:00 2001 From: Tien Pham Date: Tue, 30 Jun 2026 14:56:27 +0300 Subject: [PATCH] fix: update banner taglines CLI --- crates/cli/src/main.rs | 2 +- crates/standalone/src/subcommands/start.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/cli/src/main.rs b/crates/cli/src/main.rs index 6f2e4d23f0..d6f58757ee 100644 --- a/crates/cli/src/main.rs +++ b/crates/cli/src/main.rs @@ -115,7 +115,7 @@ fn get_command() -> Command { │ 888 │ │ 888 │ │ 888 │ -│ "Multiplayer at the speed of light" │ +│ "Development at the speed of light" │ │ │ ├───────────────────────────────────────────────────────────────────────────────────────────────────────┤ │ SpacetimeDB Command Line Tool │ diff --git a/crates/standalone/src/subcommands/start.rs b/crates/standalone/src/subcommands/start.rs index 2373d11d26..01078f7af8 100644 --- a/crates/standalone/src/subcommands/start.rs +++ b/crates/standalone/src/subcommands/start.rs @@ -496,7 +496,7 @@ fn banner() { │ 888 │ │ 888 │ │ 888 │ -│ "Multiplayer at the speed of light" │ +│ "Development at the speed of light" │ └───────────────────────────────────────────────────────────────────────────────────────────────────────┘ "# )