Skip to content

Commit

Permalink
Merge pull request #38 from headlamp-k8s/meta-description
Browse files Browse the repository at this point in the history
LandingPage: Fix to add missing meta description
  • Loading branch information
sniok authored Sep 27, 2024
2 parents 9cea2eb + 8f1cb5a commit d999b21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/LandingPage/LandingPage.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
import Head from '@docusaurus/Head';
import Heading from "@theme/Heading";
import Layout from "@theme/Layout";
import clsx from "clsx";
Expand Down Expand Up @@ -31,6 +32,9 @@ export default function LandingPage(): JSX.Element {

return (
<Layout wrapperClassName={styles.layoutWrapper}>
<Head>
<meta name="description" content="Headlamp is a user-friendly Kubernetes UI focused on extensibility" />
</Head>
<main>
<HomepageHeader />
<section className={styles.videoContainer}>
Expand Down

0 comments on commit d999b21

Please sign in to comment.