We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adb78b commit 18d7d22Copy full SHA for 18d7d22
1 file changed
src/pages/index.js
@@ -17,7 +17,10 @@ function HomepageHeader() {
17
</Heading>
18
<p className="hero__subtitle">{siteConfig.tagline}</p>
19
<div className={styles.buttons}>
20
- <Link className="button button--secondary button--lg" to="/docs/intro">
+ <Link
21
+ className="button button--secondary button--lg"
22
+ to="/docs/intro"
23
+ >
24
Learn More About Azure Local
25
</Link>
26
</div>
0 commit comments