From 331f8559925df9314cdaa68710698094d8e8a263 Mon Sep 17 00:00:00 2001 From: Ayush8923 <80516839+Ayush8923@users.noreply.github.com> Date: Sun, 14 Jun 2026 13:10:05 +0530 Subject: [PATCH] feat(*): app name change --- app/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/constants.ts b/app/lib/constants.ts index 4b4f392c..b9d1e825 100644 --- a/app/lib/constants.ts +++ b/app/lib/constants.ts @@ -10,7 +10,7 @@ import { AnalyticsModality, } from "@/app/lib/types/analytics"; -export const APP_NAME = "Kaapi Konsole"; +export const APP_NAME = "Kaapi Konsole Staging"; export const STORAGE_KEYS = { API_KEYS: "kaapi_api_keys",