diff --git a/web/src/components/SessionHeader.tsx b/web/src/components/SessionHeader.tsx index 1bb6c2aa..3913a9d1 100644 --- a/web/src/components/SessionHeader.tsx +++ b/web/src/components/SessionHeader.tsx @@ -28,35 +28,37 @@ export function SessionHeader(props: { } return ( -
- {/* Back button */} - + + + + - {/* Session info - two lines: title and path */} -
-
- {title} -
-
- {props.session.metadata?.path ?? props.session.id} + {/* Session info - two lines: title and path */} +
+
+ {title} +
+
+ {props.session.metadata?.path ?? props.session.id} +