diff --git a/litellm/proxy/cached_logo.jpg b/litellm/proxy/cached_logo.jpg index da4faf5b5c..a10a1d2496 100644 Binary files a/litellm/proxy/cached_logo.jpg and b/litellm/proxy/cached_logo.jpg differ diff --git a/ui/litellm-dashboard/src/components/navbar.tsx b/ui/litellm-dashboard/src/components/navbar.tsx index 8e4fda0ba5..fca5f7e656 100644 --- a/ui/litellm-dashboard/src/components/navbar.tsx +++ b/ui/litellm-dashboard/src/components/navbar.tsx @@ -24,7 +24,7 @@ import { UserOutlined, } from "@ant-design/icons"; import type { MenuProps } from "antd"; -import { Button, Dropdown, Switch, Tooltip } from "antd"; +import { Button, Dropdown, Switch, Tag, Tooltip } from "antd"; import Link from "next/link"; import React, { useEffect, useState } from "react"; @@ -210,28 +210,38 @@ const Navbar: React.FC = ({ )} -
+
- LiteLLM Brand - - ❄️ - +
+ LiteLLM Brand +
{version && ( - - v{version} - +
+ + ❄️ + + + + v{version} + + +
)}