Skip to content

Commit 3ac06c2

Browse files
fix: prettier formatting on index.js
1 parent 98c0e8d commit 3ac06c2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/pages/index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ function HomepageHeader() {
1717
</Heading>
1818
<p className="hero__subtitle">{siteConfig.tagline}</p>
1919
<div className={styles.buttons}>
20-
<Link
21-
className="button button--secondary button--lg"
22-
to="/docs/"
23-
>
20+
<Link className="button button--secondary button--lg" to="/docs/">
2421
Learn More About Azure Local
2522
</Link>
2623
</div>

0 commit comments

Comments
 (0)