Skip to content

Commit 7d9658a

Browse files
committed
Rename links on index page
1 parent 03ec462 commit 7d9658a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ function HomepageHeader() {
1212
return (
1313
<header className={clsx('hero hero--primary', styles.heroBanner)}>
1414
<div className="container">
15-
<h1 className="hero__title">Atlas Search Playground Workshop</h1>
16-
<p className="hero__subtitle">So easy to search!</p>
15+
<h1 className="hero__title">Atlas Search Fundamentals</h1>
16+
<p className="hero__subtitle">the workshop</p>
1717
<div className={styles.buttons}>
1818
<Link
1919
className="button button--secondary button--lg"
2020
to="/docs/introduction/welcome">
21-
Start the Atlas Search Playground Workshop
21+
Start the Atlas Search Fundamentals Workshop
2222
</Link>
2323
</div>
2424
</div>

0 commit comments

Comments
 (0)