From 5b5122125cd477feb7bbcf35c02692f38ed651a2 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Fri, 7 Nov 2025 15:37:01 -0800 Subject: [PATCH] guardrailLogoMap fix --- .../src/components/guardrails/guardrail_info_helpers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/guardrails/guardrail_info_helpers.tsx b/ui/litellm-dashboard/src/components/guardrails/guardrail_info_helpers.tsx index a030983459..1ab0849b6b 100644 --- a/ui/litellm-dashboard/src/components/guardrails/guardrail_info_helpers.tsx +++ b/ui/litellm-dashboard/src/components/guardrails/guardrail_info_helpers.tsx @@ -120,7 +120,7 @@ export const guardrailLogoMap: Record = { "AIM Guardrail": `${asset_logos_folder}aim_security.jpeg`, "OpenAI Moderation": `${asset_logos_folder}openai_small.svg`, EnkryptAI: `${asset_logos_folder}enkrypt_ai.avif`, - "LiteLLM Content Filter": `${asset_logos_folder}litellm_logo.svg`, + "LiteLLM Content Filter": `${asset_logos_folder}litellm_logo.jpg`, }; export const getGuardrailLogoAndName = (guardrailValue: string): { logo: string; displayName: string } => {