From 60d3fca6128d5a70c841b9ac5dafc40fe5da9717 Mon Sep 17 00:00:00 2001 From: Ayush8923 <80516839+Ayush8923@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:53:27 +0530 Subject: [PATCH] fix(*): app name updates --- app/lib/constants.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/lib/constants.ts b/app/lib/constants.ts index 2735d79..8f86fee 100644 --- a/app/lib/constants.ts +++ b/app/lib/constants.ts @@ -1,7 +1,3 @@ -/** - * Constants for Management - */ - import { ConfigBlob } from "@/app/lib/types/promptEditor"; import { ToastType } from "@/app/components/ui"; import { @@ -10,7 +6,7 @@ import { AnalyticsModality, } from "@/app/lib/types/analytics"; -export const APP_NAME = "Kaapi Konsole Staging V1"; +export const APP_NAME = "Kaapi Konsole"; export const STORAGE_KEYS = { API_KEYS: "kaapi_api_keys",