File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -103,4 +103,9 @@ body {
103103# root {
104104 height : 100% ;
105105 background-color : var (--sapBackgroundColor );
106+ }
107+
108+ .mono-font {
109+ font-family : 'Roboto Mono' , monospace;
110+ font-weight : bold;
106111}
Original file line number Diff line number Diff line change 1- import { ObjectPage , ObjectPageTitle } from "@ui5/webcomponents-react" ;
1+ import { ObjectPage , ObjectPageTitle , Title } from "@ui5/webcomponents-react" ;
22import ProjectChooser from "../../components/Projects/ProjectChooser.tsx" ;
33import { useParams } from "react-router-dom" ;
44import ControlPlaneListAllWorkspaces from "../../components/ControlPlanes/List/ControlPlaneListAllWorkspaces.tsx" ;
@@ -16,7 +16,7 @@ export default function ControlPlaneListView() {
1616 preserveHeaderStateOnClick = { true }
1717 titleArea = {
1818 < ObjectPageTitle
19- header = " Your MCPs"
19+ header = { < Title > Your < span className = "mono-font" > ManagedControlPlanes </ span > </ Title > }
2020 subHeader = {
2121 < div
2222 style = { {
You can’t perform that action at this time.
0 commit comments