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(
82
82
}
83
83
84
84
const websiteName = 'Devfile.io' ;
85
- const websiteDescription = 'An open standard defining containerized development environments.' ;
85
+ const websiteDescription = 'An open standard for containerized development environments.' ;
86
86
87
87
function LandingPage ( { Component, pageProps } : AppProps ) : JSX . Element {
88
88
const { markdoc } = pageProps as MarkdocNextJsPageProps ;
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export function Hero(): JSX.Element {
72
72
Simplify and accelerate your workflow.
73
73
</ p >
74
74
< 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.
76
76
</ p >
77
77
< div className = "mt-8 flex gap-4 md:justify-center lg:justify-start" >
78
78
< Button
You can’t perform that action at this time.
0 commit comments