Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/app/(base-org)/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// List of routes that should be dark
export const darkRoutes = ['/build', '/onchainkit', '/mini-apps', '/base-account', '/appchains'];
export const darkRoutes = ['/build', '/onchainkit', '/mini-apps', '/base-account'];
5 changes: 0 additions & 5 deletions apps/web/app/(base-org-dark)/(builders)/build/(root)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ const links = [
description: 'Publish your mini app to the Base app with a few lines of code.',
url: '/build/mini-apps',
},
{
title: 'Base Appchains',
description: 'Launch a chain with dedicated blockspace on Base, in minutes.',
url: '/build/appchains',
},
];

const builderCardItems = [
Expand Down
115 changes: 0 additions & 115 deletions apps/web/app/(base-org-dark)/(builders)/build/appchains/page.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions apps/web/src/components/Layout/Navigation/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,11 +422,6 @@ export const DEFAULT_ROUTES: DefaultRoute[] = [
label: 'Mini Apps',
href: '/build/mini-apps',
},
{
icon: 'layers',
label: 'Appchains',
href: '/build/appchains',
},
{
icon: 'docs',
label: 'Spindl',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import chartVolume from 'apps/web/src/components/base-org/shared/TopNavigation/a
import baseBatches from 'apps/web/src/components/base-org/shared/TopNavigation/assets/developers/baseBatches.svg';
import Link from 'apps/web/src/components/Link';
import Card from 'apps/web/src/components/base-org/Card';
import basenet from 'apps/web/src/components/Builders/Appchains/basenet.svg';

type BuildersDropdownProps = {
onLinkClick: () => void;
Expand Down Expand Up @@ -98,13 +97,6 @@ export function BuildersDropdown({ onLinkClick }: BuildersDropdownProps) {
href="/builders/smart-wallet"
onLinkClick={onLinkClick}
/>
<ToolMiniCard
title="Base Appchains"
description="Scale your app"
icon={basenet as StaticImageData}
href="/builders/base-appchains"
onLinkClick={onLinkClick}
/>
<ToolMiniCard
title="Mini Apps"
description="Build once. Deploy anywhere"
Expand Down