diff --git a/ui/litellm-dashboard/src/components/callback_info_helpers.tsx b/ui/litellm-dashboard/src/components/callback_info_helpers.tsx index 6d52292c9f..b615a7945e 100644 --- a/ui/litellm-dashboard/src/components/callback_info_helpers.tsx +++ b/ui/litellm-dashboard/src/components/callback_info_helpers.tsx @@ -41,7 +41,7 @@ export const mapDisplayToInternalNames = (displayValues: string[]): string[] => return displayValues.map(value => callback_map[value] || value); }; -const asset_logos_folder = '/assets/logos/'; +const asset_logos_folder = '/ui/assets/logos/'; interface CallbackInfo { logo: string;