File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { ReactComponent as MesheryLogo } from "./images/meshery-logo.svg";
55import { ReactComponent as MeshsyncLogo } from "./images/meshsync.svg" ;
66import { ReactComponent as ServiceMeshLogo } from "./images/service-mesh.svg" ;
77import { ReactComponent as KanvasLogo } from "./images/kanvas-icon.svg" ;
8+ import { ReactComponent as CNPLogo } from "./images/smp.svg" ;
89
910const MinimizeComplexitySectionWrapper = styled . section `
1011 width: 100vw;
@@ -217,10 +218,22 @@ const MinimizeComplexitySection = () => {
217218 </ ProductsHeading >
218219
219220 < ProductIcons >
220- < MesheryLogo />
221- < KanvasLogo />
222- < MeshsyncLogo />
223- < ServiceMeshLogo />
221+ < a href = "https://meshery.io" target = "_blank" rel = "noopener noreferrer" >
222+ < MesheryLogo />
223+ </ a >
224+ < a href = "https://layer5.io/cloud-native-management/kanvas" target = "_blank" rel = "noopener noreferrer" >
225+ < KanvasLogo />
226+ </ a >
227+ < a href = "https://docs.meshery.io/v0.6/concepts/architecture/meshsync" target = "_blank" rel = "noopener noreferrer" >
228+ < MeshsyncLogo />
229+ </ a >
230+ < a href = "https://service-mesh-patterns.github.io/service-mesh-patterns/" target = "_blank" rel = "noopener noreferrer" >
231+ < ServiceMeshLogo />
232+ </ a >
233+ < a href = "https://smp-spec.io/" target = "_blank" rel = "noopener noreferrer" >
234+ < CNPLogo style = { { width : "65px" , height : "70px" } } />
235+ </ a >
236+
224237 </ ProductIcons >
225238 </ LeftColumn >
226239
You can’t perform that action at this time.
0 commit comments