Skip to content

Commit 50a39be

Browse files
authored
Update index.js (#12)
1 parent 6dbb7ef commit 50a39be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function HomepageHeader() {
1515
<p className="hero__subtitle">{siteConfig.tagline}</p>
1616
<div className={styles.buttons}>
1717
<Link to="/docs/about" className="btn_win11">
18-
Get Started - 5min ⏱️
18+
Get Started in 5min
1919
</Link>
2020
</div>
2121
</div>
@@ -28,7 +28,7 @@ export default function Home() {
2828
return (
2929
<Layout
3030
title={`Hello from ${siteConfig.title}`}
31-
description="Description will go into a meta tag in <head />"
31+
description="Description will go into a meta tag in <head/>"
3232
>
3333
<HomepageHeader />
3434
<main>

0 commit comments

Comments
 (0)