Skip to content

Commit

Permalink
Fixed reference (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
dovgopoly committed Feb 13, 2024
1 parent f9efd3e commit ebd4f58
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ export default function HomePage() {
<h1 className={styles["home-page__title"]}>{siteConfig.title}</h1>
<h1 className={styles["home-page__title"]}>Documentation</h1>
<div className={styles["home-page__buttons-wrp"]}>
<Link
className={clsx(styles["home-page__button"], "button", "button--link")}
to="/docs/reference/contracts/Overview"
>
<Link className={clsx(styles["home-page__button"], "button", "button--link")} to="/docs/reference/Overview">
Reference
</Link>
<Link
Expand Down

0 comments on commit ebd4f58

Please sign in to comment.