File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libs/core/src/components/hero Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ function collectHeadings(
8282}
8383
8484const websiteName = 'Devfile.io' ;
85- const websiteDescription = 'An open standard defining containerized development environments.' ;
85+ const websiteDescription = 'An open standard for containerized development environments.' ;
8686const lfTrademarkUsageUrl = 'https://lfprojects.org/policies/' ;
8787
8888function LandingPage ( { Component, pageProps } : AppProps ) : JSX . Element {
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export function Hero(): JSX.Element {
7272 Simplify and accelerate your workflow.
7373 </ p >
7474 < p className = "mt-3 text-2xl tracking-tight text-slate-400" >
75- An open standard defining containerized development environments.
75+ An open standard for containerized development environments.
7676 </ p >
7777 < div className = "mt-8 flex gap-4 md:justify-center lg:justify-start" >
7878 < Button
You can’t perform that action at this time.
0 commit comments