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 96d5ff2 commit 647302bCopy full SHA for 647302b
apps/portal/src/app/contracts/sidebar.tsx
@@ -2,7 +2,6 @@ import type { SideBar } from "@/components/Layouts/DocLayout";
2
import {
3
ContractDeployIcon,
4
ContractExploreIcon,
5
- ContractInteractIcon,
6
ContractModularContractIcon,
7
ContractPublishIcon,
8
} from "@/icons";
@@ -17,7 +16,6 @@ const coreContractsSlug = "/contracts/modular-contracts/core-contracts";
17
16
18
// TODO: Deprecate links that start with the following slugs
19
const buildSlug = "/contracts/build";
20
-const interactSlug = "/contracts/interact";
21
const extensionsSlug = "/contracts/build/extensions";
22
const baseContractsSlug = "/contracts/build/base-contracts";
23
0 commit comments