Skip to content

Commit ea457cf

Browse files
author
vishalvivekm
committed
update
Signed-off-by: vishalvivekm <vishalvivek488@gmail.com>
1 parent e61de34 commit ea457cf

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

  • src/sections/Meshery/Meshery-features

src/sections/Meshery/Meshery-features/index.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ const MesheryFeatures = () => {
113113
title: "Cloud Native Catalog & Patterns",
114114
description:
115115
"Access 400+ curated design patterns and templates. Share, clone, and customize designs with built -in best practices for common deployment scenarios.", content: (
116-
<div className="feature-expose-full">
117-
<StaticImage
118-
src={img4}
116+
<div className="feature-expose-full">
117+
<StaticImage
118+
src={img4}
119119
alt="Cloud Native Catalog and Patterns"
120120
loading="lazy"
121121
/>
@@ -133,9 +133,9 @@ const MesheryFeatures = () => {
133133
title: "Environments & GitOps Integration",
134134
description:
135135
"Manage resources as groups with Environments. Get infrastructure snapshots in pull requests and preview deployments before merging changes.", content: (
136-
<div className="feature-expose">
137-
<img
138-
src={img5}
136+
<div className="feature-expose">
137+
<img
138+
src={img5}
139139
alt="Environments and GitOps Integration"
140140
loading="lazy"
141141
/>
@@ -156,15 +156,15 @@ const MesheryFeatures = () => {
156156
title: "Advanced Policy Management with OPA",
157157
description:
158158
"Context-aware policies for applications using Open Policy Agent integration. Enforce configuration best practices without writing Rego query language.", content: (
159-
<div className="feature-expose-full">
160-
<img
161-
src={img6}
159+
<div className="feature-expose-full">
160+
<img
161+
src={img6}
162162
alt="Policy Management with OPA"
163163
loading="lazy"
164164
/>
165165
<p>
166166
Meshery uses context-aware relationships to define how and when components interrelate with one another.
167-
Meshery supports a variety of relationships between components. These relationships are categorized into two types: semantic and non-semantic.
167+
Meshery supports a variety of relationships between components. These relationships are categorized into two types: semantic and non-semantic.
168168
</p>
169169
</div>
170170
),

0 commit comments

Comments
 (0)