Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
remove UI components from sidebar & home page
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranightingale committed Sep 12, 2023
1 parent df13d0b commit 6338f74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions sidebars/onboarding.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ const sidebars = {
label: "SDKs",
href: "/sdk",
},
{
type: "link",
label: "UI Components",
href: "/react/react.connectwallet",
},
{
type: "link",
label: "Solana SDK",
Expand Down
7 changes: 0 additions & 7 deletions src/components/landing-page/ContractsCardsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ const products: Product[] = [
"Publish your contracts to be discovered by our community of 70k+ web3 developers",
link: "/publish",
},
{
image: "/assets/product/ui.png",
name: "UI Components",
description:
"Plug and play UI components to easily add web3 functionality to your apps",
link: "/ui-components",
},
];

export default function ContractsSection() {
Expand Down

0 comments on commit 6338f74

Please sign in to comment.