Skip to content

Commit 8a1b3b4

Browse files
authored
Merge pull request #7072 from Namanv0509/cta-book
Update book CTA
2 parents 9298227 + e51429b commit 8a1b3b4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/sections/DeployServiceMesh/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ const ServiceMesh = () => {
447447
<Row className="book_cover">
448448
<Col $xs={12} $sm={6} className="book_col text">
449449
<p className="cover">Services-first Network</p>
450-
<h1>What is A <br></br> Service Mesh?</h1>
450+
<h1>Learn about <br></br>cloud-native architecture.</h1>
451451
<p>
452452
Service meshes provide intent-based networking for microservices describing desired behavior of the network in the face of constantly changing conditions and network topology.
453453
</p>

src/sections/Meshery/Meshery-integrations/Individual-Integrations/cta-book.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const CTA_Book = () => {
6363
<Col $xs={12} $sm={6} className="book_col text">
6464
<p className="cover">Services-first Network</p>
6565
<h1>
66-
What is a <br></br> Service Mesh?
66+
Learn about<br></br>cloud-native architecture.
6767
</h1>
6868
<p>
6969
Service meshes provide intent-based networking for microservices

src/sections/what-is-service-mesh/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const WhatServiceMesh = ({ gradient }) => {
99
gradient = true;
1010
return (
1111
<ServiceMeshWrapper gradient={gradient}>
12-
<h1>What Is A Service Mesh?</h1>
12+
<h1>Learn about cloud-native architecture</h1>
1313
<br/>
1414
<span className="description">A dedicated layer for managing service-to-service communication.</span>
1515
<br/>

0 commit comments

Comments
 (0)