Skip to content

Commit

Permalink
diable market creation
Browse files Browse the repository at this point in the history
  • Loading branch information
robhyrk committed Aug 13, 2024
1 parent 58abe00 commit 72665b5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions components/top-bar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const TopBar = () => {

<CategoriesMenuItem onSelect={close} />

<Menu.Item>
{/* <Menu.Item>
{({ active }) => (
<Link href="/create" onClick={close}>
<button
Expand All @@ -182,7 +182,7 @@ const TopBar = () => {
</button>
</Link>
)}
</Menu.Item>
</Menu.Item> */}

{process.env.NEXT_PUBLIC_SHOW_COURT === "true" && (
<Menu.Item>
Expand Down
12 changes: 12 additions & 0 deletions disabled-pages/create.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// import MarketEditor from "components/create/editor/Editor";
// import { NextPage } from "next";

// const CreateMarketPage: NextPage = () => {
// return (
// <div className="mt-10">
// <MarketEditor />
// </div>
// );
// };

// export default CreateMarketPage;
12 changes: 0 additions & 12 deletions pages/create.tsx

This file was deleted.

0 comments on commit 72665b5

Please sign in to comment.