Skip to content

Commit f92a82e

Browse files
committed
update ui to pass integration test
1 parent 0e688da commit f92a82e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ui/src/lib/components/PageHeader/PageHeader.component.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ const Component = () => {
1818

1919
return (
2020
<Box py={2}>
21-
<Typography variant="h1" color="white">
22-
Header
23-
</Typography>
2421
<Typography variant="subtitle2" color="surface.onSurfaceAccent">
25-
Guidellm
22+
GuideLLM
2623
</Typography>
2724
<Typography variant="h4" color="surface.onSurface" my={'12px'}>
2825
Workload Report: Single Experiment

0 commit comments

Comments
 (0)