Merge pull request #1842 from ushuz/admin-ui-title-description

Fix admin UI title and description
This commit is contained in:
Ishaan Jaff 2024-02-05 17:38:49 -08:00 committed by GitHub
commit 82f0eb8cea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,8 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Create Next App", title: "🚅 LiteLLM",
description: "Generated by create next app", description: "LiteLLM Proxy Admin UI",
}; };
export default function RootLayout({ export default function RootLayout({