File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
pages/solutions/cloud-cost-control
General/Navigation/utility Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ import React from "react";
3
3
import SEO from "../../../components/seo" ;
4
4
import CloudCostControl from "../../../sections/Cloud-Cost-Control" ;
5
5
6
- const CloudCostControl = ( ) => {
6
+ const CloudCostControlPage = ( ) => {
7
7
return (
8
8
< >
9
9
< CloudCostControl />
10
10
</ >
11
11
) ;
12
12
} ;
13
- export default CloudCostControl ;
13
+ export default CloudCostControlPage ;
14
14
export const Head = ( ) => {
15
15
return < SEO title = "Cloud Cost Control page"
16
16
description = "Optimize costs, reduce risks, and take control of infrastructure with Layer5’s cloud-native management solutions."
17
17
image = { "/images/solution-cost.svg" }
18
- /> ;
18
+ /> ;
19
19
} ;
Original file line number Diff line number Diff line change @@ -108,7 +108,9 @@ const SolutionsDetails = () => {
108
108
< div className = "tools" >
109
109
< p > LAYER5 PRODUCTS AND TOOLS DEPLOYED</ p >
110
110
< div className = "logos" >
111
- < img src = { mesheryLogo } />
111
+ < a href = "https://layer5.io/cloud-native-management/meshery" >
112
+ < img src = { mesheryLogo } />
113
+ </ a >
112
114
< img src = { serviceMeshLogo } />
113
115
< img src = { meshsyncLogo } />
114
116
</ div >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const Data = {
42
42
path : "/solutions/platform-engineering" ,
43
43
sepLine : true ,
44
44
} ,
45
- {
45
+ {
46
46
name : "Cloud Cost Control" ,
47
47
path : "/solutions/cloud-cost-control" ,
48
48
sepLine : true ,
You can’t perform that action at this time.
0 commit comments