We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ec462 commit 7d9658aCopy full SHA for 7d9658a
src/pages/index.js
@@ -12,13 +12,13 @@ function HomepageHeader() {
12
return (
13
<header className={clsx('hero hero--primary', styles.heroBanner)}>
14
<div className="container">
15
- <h1 className="hero__title">Atlas Search Playground Workshop</h1>
16
- <p className="hero__subtitle">So easy to search!</p>
+ <h1 className="hero__title">Atlas Search Fundamentals</h1>
+ <p className="hero__subtitle">the workshop</p>
17
<div className={styles.buttons}>
18
<Link
19
className="button button--secondary button--lg"
20
to="/docs/introduction/welcome">
21
- Start the Atlas Search Playground Workshop
+ Start the Atlas Search Fundamentals Workshop
22
</Link>
23
</div>
24
0 commit comments