Skip to content

Commit 18d7d22

Browse files
style: fix prettier formatting on index.js
1 parent 1adb78b commit 18d7d22

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/pages/index.js

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

0 commit comments

Comments
 (0)