Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates on Layer5 Website #6064

Merged
merged 6 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 icon library</h2>
hargunkaur286 marked this conversation as resolved.
Show resolved Hide resolved
<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/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