Skip to content

Commit 1b04fb0

Browse files
committed
Merge branch 'implement-app-tooling' of github.com:neuralmagic/guidellm into implement-app-tooling
2 parents 002f926 + 88509a1 commit 1b04fb0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/ui/app/layout.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,14 @@ export default function RootLayout({
1717

1818
return (
1919
<html lang="en">
20-
<head>
20+
<Head>
2121
<meta charSet="utf-8" />
2222
<link rel="icon" href={`${assetPrefix}/favicon.ico`} />
2323
<link rel="apple-touch-icon" href={`${assetPrefix}/favicon-192x192.png`} />
2424
<meta name="viewport" content="width=device-width, initial-scale=1" />
2525
<meta name="theme-color" content="#000000" />
26-
<meta name="description" content="LLM Benchmarking Tool" />
27-
<meta name="title" content="GuideLLM" />
2826
<link rel="manifest" href={`${assetPrefix}/manifest.json`} />
29-
<title>Guide LLM</title>
30-
</head>
27+
</Head>
3128
<body>{children}</body>
3229
</html>
3330
);

0 commit comments

Comments
 (0)