From afd1412945937eb0578c1d2a149302e19bf02393 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Mon, 5 Jan 2026 20:19:23 +0530 Subject: [PATCH] export fix --- .../CostTrackingSettings/pricing_calculator/export_utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/CostTrackingSettings/pricing_calculator/export_utils.ts b/ui/litellm-dashboard/src/components/CostTrackingSettings/pricing_calculator/export_utils.ts index f1b1b04736c..a205efa3bf8 100644 --- a/ui/litellm-dashboard/src/components/CostTrackingSettings/pricing_calculator/export_utils.ts +++ b/ui/litellm-dashboard/src/components/CostTrackingSettings/pricing_calculator/export_utils.ts @@ -214,7 +214,7 @@ export const exportToPDF = (result: CostEstimateResponse): void => { export const exportToCSV = (result: CostEstimateResponse): void => { const rows = [ - ["LLM Cost Estimate Report"], + ["🚅 LiteLLM Cost Estimate Report"], [""], ["Configuration"], ["Model", result.model],