We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9efd3e commit ebd4f58Copy full SHA for ebd4f58
src/pages/index.js
@@ -50,10 +50,7 @@ export default function HomePage() {
50
<h1 className={styles["home-page__title"]}>{siteConfig.title}</h1>
51
<h1 className={styles["home-page__title"]}>Documentation</h1>
52
<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
- >
+ <Link className={clsx(styles["home-page__button"], "button", "button--link")} to="/docs/reference/Overview">
57
Reference
58
</Link>
59
<Link
0 commit comments