mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-01 20:21:14 +00:00
Merge pull request #1842 from ushuz/admin-ui-title-description
Fix admin UI title and description
This commit is contained in:
@@ -5,8 +5,8 @@ import "./globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create Next App",
|
||||
description: "Generated by create next app",
|
||||
title: "🚅 LiteLLM",
|
||||
description: "LiteLLM Proxy Admin UI",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user