Skip to content

Commit eb1629c

Browse files
authored
Merge branch 'master' into fix/pricing-mega-menu-qanelas-font
2 parents fa77734 + 35b2ac0 commit eb1629c

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

src/sections/Community/Newcomers-guide/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,19 @@ const NewcomersGuide = () => {
110110
</a>{" "}
111111
issues bearing the “
112112
<a
113-
href="https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Alayer5io+org%3Ameshery+org%3Aservice-mesh-performance+org%3Alayer5labs+org%3Aservice-mesh-patterns+label%3A%22good+first+issue%22"
113+
href="https://github.com/layer5io/layer5/issues?q=state%3Aopen%20label%3A%22good%20first%20issue%22"
114114
target="_blank"
115115
rel="noreferrer"
116116
>
117117
good first issue
118118
</a>
119119
” label, “
120-
<a href="https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Alayer5io+org%3Ameshery+org%3Aservice-mesh-performance+org%3Alayer5labs+org%3Aservice-mesh-patterns+label%3A%22first-timers-only%22+">
120+
<a href="https://github.com/layer5io/layer5/issues?q=state%3Aopen%20label%3Afirst-timers-only">
121121
first timers only
122122
</a>
123123
” or the “
124124
<a
125-
href="https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Alayer5io+org%3Ameshery+org%3Aservice-mesh-performance+org%3Alayer5labs+org%3Aservice-mesh-patterns++label%3A%22help+wanted%22+"
125+
href="https://github.com/layer5io/layer5/issues?q=state%3Aopen%20label%3A%22help%20wanted%22"
126126
target="_blank"
127127
rel="noreferrer"
128128
>

src/sections/Pricing/pricing.style.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const PricingWrapper = styled.section`
3434
}
3535
.header-heading {
3636
margin-top: 2rem;
37+
margin-bottom: 1rem;
3738
color: white;
3839
text-align: center;
3940
}
171 KB
Loading
-49 KB
Binary file not shown.

src/sections/Solutions/review.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import styled from "styled-components";
22
import React from "react";
3-
import reviewerImage from "./images/reviewer.jpeg";
3+
import reviewerImage from "./images/Dhruv-Sharma.png";
44

55
const ReviewWrapper = styled.section`
66
width: 100vw;
@@ -116,10 +116,10 @@ const Review = () => {
116116
<ReviewCard>
117117
<Avatar src={reviewerImage} alt="Reviewer" />
118118
<Quote>
119-
Kanvas eliminated our 'YAML hell' overnight! What used to require three engineers and two weeks now takes one person an afternoon. The intuitive design interface is so powerful that complex microservice deployments have become effortless and error-free.
119+
This wonderful product is a vendor-neutral self-service engineering platform that scales intent—not toil—by turning architecture into a consistent design-to-operate pipeline.
120120
</Quote>
121-
<ReviewerName>Rajesh Nagarajan</ReviewerName>
122-
<ReviewerTitle>Maintainer at Layer5</ReviewerTitle>
121+
<ReviewerName>Dhruv Sharma</ReviewerName>
122+
<ReviewerTitle> Principal Platform Product Manager at GuideWire</ReviewerTitle>
123123
</ReviewCard>
124124
</ReviewWrapper>
125125
);

0 commit comments

Comments
 (0)