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