Skip to content

Commit

Permalink
Merge pull request #4561 from goldfishdolphin/fix-meta-description
Browse files Browse the repository at this point in the history
Fix meta data for layer5 description
  • Loading branch information
Shivam-AfA authored Jul 17, 2023
2 parents 244765f + d31a0c5 commit 1926937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const Head = () => {
]
};
return (
<SEO title="Layer5" description="An empowerer of engineers, Layer5 helps you extract more value from your infrastructure. Creator and maintainer of cloud naative standards. Maker of Meshery, the cloud native manager."
<SEO title="Layer5" description="An empowerer of engineers, Layer5 helps you extract more value from your infrastructure. Creator and maintainer of cloud native standards. Maker of Meshery, the cloud native manager."
schemaMarkup={schema} />
);
};
Expand Down

0 comments on commit 1926937

Please sign in to comment.