Skip to content

Commit ebd4f58

Browse files
authored
Fixed reference (#24)
1 parent f9efd3e commit ebd4f58

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/pages/index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ export default function HomePage() {
5050
<h1 className={styles["home-page__title"]}>{siteConfig.title}</h1>
5151
<h1 className={styles["home-page__title"]}>Documentation</h1>
5252
<div className={styles["home-page__buttons-wrp"]}>
53-
<Link
54-
className={clsx(styles["home-page__button"], "button", "button--link")}
55-
to="/docs/reference/contracts/Overview"
56-
>
53+
<Link className={clsx(styles["home-page__button"], "button", "button--link")} to="/docs/reference/Overview">
5754
Reference
5855
</Link>
5956
<Link

0 commit comments

Comments
 (0)