Skip to content

Commit

Permalink
Merge pull request #6064 from hargunkaur286/minor-updates
Browse files Browse the repository at this point in the history
Updates on Layer5 Website
  • Loading branch information
vishalvivekm authored Nov 12, 2024
2 parents f0a072f + ee47d34 commit f7907e7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/sections/GCP-Diagram/diagram.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const Gcp = () => {
</Row>
<Row className="catalog">
<Col md={4} className="diagram-detail">
<h2 className="heading">Extensive GCP Icon Library</h2>
<h2 className="heading">Extensive GCP component library</h2>
<p className="caption">
Utilize a vast and continually expanding collection of GCP icons designed for both diagramming and orchestration scenarios. Craft globally comprehensible diagrams that are not only authentic but also aligned with the latest industry standards.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/sections/GCP-Diagram/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const GcpDiagramPage = () => {
const { isDark } = useStyledDarkMode();
let data = {
heading: "GCP Orchestration and Diagramming Software",
sub_heading: "Orchestrate and design Google Cloud Platform architecture diagrams easily with predefined templates and symbols designed for professionals.",
sub_heading: "Orchestrate and design Google Cloud Platform architecture diagrams easily with predefined templates designed for professionals.",
image: isDark ? GCPDiagramDark : GCPDiagramDark
};
return (
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Home/Banner-4/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Banner1 = (props) => {
<Button $primary className="banner-btn one" title="Learn about Kanvas" $url="/cloud-native-management/kanvas">
<FaMapMarkedAlt size={21} className="icon-left" />
</Button>
<Button $secondary className="banner-btn two" title="Open in Playground" $url="https://play.meshery.io" $external={true}>
<Button $secondary className="banner-btn two" title="Open in Playground" $url="https://kanvas.new/" $external={true}>
<BsArrowUpRight size={21} className="icon-left" />
</Button>
</VintageBox>
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Home/FeaturesContainer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const FeaturesContainer = () => {
redirectLink: "",
desc: (
<span>
Incorporate AWS <i>and</i>{" "} GCP components into Meshery designs for
Incorporate AWS <i>and</i>{" "} GCP components into Kanvas designs for
comprehensive <i>and</i>{" "} intuitive system mapping, documentation, <i>and</i>{" "}
orchestration.
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const IndividualIntegrations = ({ data }) => {
) : isGcpItem ? (
<HowMesheryWorksSpecs
title="GCP Orchestration and Diagramming Softwarel"
desc="Orchestrate and design Google Cloud Platform architecture diagrams easily with predefined templates and symbols designed for professionals."
desc="Orchestrate and design Google Cloud Platform architecture diagrams easily with predefined templates designed for professionals."
btnUrl="/cloud-native-management/generate-gcp-architecture-diagram"
/>
) : (
Expand Down

0 comments on commit f7907e7

Please sign in to comment.