Skip to content

Commit

Permalink
chore: add title
Browse files Browse the repository at this point in the history
Signed-off-by: Udit Takkar <[email protected]>
  • Loading branch information
Udit Takkar committed Aug 6, 2023
1 parent 8a16abf commit fdfb772
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@ import React from "react";
import SEO from "../../../components/seo";
import PerformanceManagementPage from "../../../sections/gitops/PerformanceManagementPage";

const Page = () => {
return (
<>
<PerformanceManagementPage />
</>
);
};
export default Page;
export default PerformanceManagementPage;

export const Head = () => {
// TODO Change this
return <SEO title="GitOps with Meshery"
Expand Down
15 changes: 4 additions & 11 deletions src/pages/cloud-native-management/gitops/snapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@ import React from "react";
import SEO from "../../../components/seo";
import SnapshotPage from "../../../sections/gitops/SnapshotPage";

const Meshery = () => {
return (
<>
<SnapshotPage />
</>
);
};
export default Meshery;
export default SnapshotPage;

export const Head = () => {
// TODO Change this
return <SEO title="GitOps with Meshery"
description="GitOps, lifecycle, performance, and configuration management for cloud native infrastructure as code. Manage your Kubernetes clusters visually. Use the catalog of patterns and best practices."
return <SEO title="Visual insights for any Kubernetes environment in every pull request"
description="Layer5 creates a visual map of your infrastructure that stays up to date with every PR. Visualize your whole environment, see generated insights, and share a single, accurate source of truth to help quickly onboard new contributors. Layer5 MeshMap uses GitHub to generate dependencies between files and update your map to reflect changes in your codebase. We do not store your code, your code is only stored by GitHub. We analyze your code while it's on GitHub's servers using a GitHub Action."
image="/images/meshery-logo-dark-text.png" />;
};

0 comments on commit fdfb772

Please sign in to comment.