We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbb7ef commit 50a39beCopy full SHA for 50a39be
src/pages/index.js
@@ -15,7 +15,7 @@ function HomepageHeader() {
15
<p className="hero__subtitle">{siteConfig.tagline}</p>
16
<div className={styles.buttons}>
17
<Link to="/docs/about" className="btn_win11">
18
- Get Started - 5min ⏱️
+ ⏱ Get Started in 5min
19
</Link>
20
</div>
21
@@ -28,7 +28,7 @@ export default function Home() {
28
return (
29
<Layout
30
title={`Hello from ${siteConfig.title}`}
31
- description="Description will go into a meta tag in <head />"
+ description="Description will go into a meta tag in <head/>"
32
>
33
<HomepageHeader />
34
<main>
0 commit comments