mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
Merge pull request #1842 from ushuz/admin-ui-title-description
Fix admin UI title and description
This commit is contained in:
commit
82f0eb8cea
1 changed files with 2 additions and 2 deletions
|
@ -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({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue