From 8022639c23e1e40745cdc1f1f971038429de8f38 Mon Sep 17 00:00:00 2001 From: Ryan Rader Date: Tue, 26 May 2026 09:40:29 -0400 Subject: [PATCH] chore: page title 'Billing' instead of 'Lago' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit White-label change — customers using this portal don't know what "Lago" is. "Billing" describes what the page does and works for every product that routes its customers through this portal (AI Stack, GrowthOS, Memory, AgentMark). Co-Authored-By: Claude Opus 4.7 (1M context) --- vite.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 1ee9702a65..87e8e4107e 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -16,9 +16,9 @@ const icons: Record = { } const titles: Record = { - development: 'Lago - Local', - production: 'Lago', - staging: 'Lago - Cloud', + development: 'Billing - Local', + production: 'Billing', + staging: 'Billing - Staging', } // Local dev only: when running inside a worktree instance (see scripts/lago-worktree.sh),