diff --git a/apps/landing-page/pages/_app.tsx b/apps/landing-page/pages/_app.tsx index 4cf11b63..ed5e18de 100644 --- a/apps/landing-page/pages/_app.tsx +++ b/apps/landing-page/pages/_app.tsx @@ -83,6 +83,7 @@ function collectHeadings( const websiteName = 'Devfile.io'; const websiteDescription = 'An open standard defining containerized development environments.'; +const lfTrademarkUsageUrl = 'https://lfprojects.org/policies/'; function LandingPage({ Component, pageProps }: AppProps): JSX.Element { const { markdoc } = pageProps as MarkdocNextJsPageProps; @@ -114,7 +115,14 @@ function LandingPage({ Component, pageProps }: AppProps): JSX.Element { -