Skip to content

Commit 3aeb003

Browse files
authored
Merge branch 'master' into add-rei-network
2 parents cf745c6 + 9705127 commit 3aeb003

File tree

36 files changed

+250
-433
lines changed

36 files changed

+250
-433
lines changed

apps/web/.env.local.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ VERIFICATION_VERIFIED_CB1_ACCOUNT_SCHEMA_ID=
1414
TRUSTED_SIGNER_ADDRESS=
1515
TRUSTED_SIGNER_PRIVATE_KEY=
1616

17-
NEXT_PUBLIC_USERNAMES_EARLY_ACCESS=
1817
NEXT_PUBLIC_BASE_SEPOLIA_PAYMASTER_SERVICE=
1918
NEXT_PUBLIC_BASE_PAYMASTER_SERVICE=
2019
DATADOG_APP_ID=
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// List of routes that should be dark
2-
export const darkRoutes = ['/build', '/onchainkit', '/minikit', '/base-account', '/appchains'];
2+
export const darkRoutes = ['/build', '/onchainkit', '/mini-apps', '/base-account', '/appchains'];

apps/web/app/(base-org-dark)/(builders)/build/(root)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ const links = [
7171
url: '/build/onchainkit',
7272
},
7373
{
74-
title: 'MiniKit',
74+
title: 'Mini Apps',
7575
description: 'Publish your mini app to the Base app with a few lines of code.',
76-
url: '/build/minikit',
76+
url: '/build/mini-apps',
7777
},
7878
{
7979
title: 'Base Appchains',

apps/web/app/(base-org-dark)/(builders)/build/minikit/MinikitAnalyticsUpsellSection.tsx renamed to apps/web/app/(base-org-dark)/(builders)/build/mini-apps/MinikitAnalyticsUpsellSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function MinikitAnalyticsUpsellSection() {
2121
size={ButtonSizes.Small}
2222
>
2323
<Link href="https://base.dev/" className="tracking-normal">
24-
Join waitlist
24+
Get started
2525
</Link>
2626
</Button>
2727
</div>

apps/web/app/(base-org-dark)/(builders)/build/minikit/base-dev.png renamed to apps/web/app/(base-org-dark)/(builders)/build/mini-apps/base-dev.png

File renamed without changes.

apps/web/app/(base-org-dark)/(builders)/build/minikit/minikit-cover.png renamed to apps/web/app/(base-org-dark)/(builders)/build/mini-apps/minikit-cover.png

File renamed without changes.

apps/web/app/(base-org-dark)/(builders)/build/minikit/minikit-hero.png renamed to apps/web/app/(base-org-dark)/(builders)/build/mini-apps/minikit-hero.png

File renamed without changes.

apps/web/app/(base-org-dark)/(builders)/build/minikit/page.tsx renamed to apps/web/app/(base-org-dark)/(builders)/build/mini-apps/page.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ import {
55
CtaActions,
66
CtaFooterSection,
77
} from 'apps/web/app/(base-org-dark)/(builders)/build/onchainkit/CtaFooterSection';
8-
import { MinikitAnalyticsUpsellSection } from 'apps/web/app/(base-org-dark)/(builders)/build/minikit/MinikitAnalyticsUpsellSection';
8+
import { MinikitAnalyticsUpsellSection } from 'apps/web/app/(base-org-dark)/(builders)/build/mini-apps/MinikitAnalyticsUpsellSection';
99
import { BuildersSection } from 'apps/web/app/(base-org-dark)/(builders)/BuildersSection';
1010
import { BuildersContainer } from 'apps/web/app/(base-org-dark)/(builders)/BuildersContainer';
1111
import minikitHero from './minikit-hero.png';
1212

1313
export const metadata: Metadata = {
1414
metadataBase: new URL('https://base.org'),
15-
title: `Base | Minikit`,
15+
title: `Base | Mini Apps`,
1616
openGraph: {
17-
title: `Base | Minikit`,
18-
url: `/build/minikit`,
17+
title: `Base | Mini Apps`,
18+
url: `/build/mini-apps`,
1919
images: [minikitCover.src],
2020
},
2121
};
2222

2323
export default function Minikit() {
2424
return (
2525
<BuildersContainer
26-
title="MiniKit"
26+
title="Mini Apps"
2727
asciiImageSrc={minikitHero.src}
2828
asciiImageContainerClassName="aspect-[1876/629] inset-auto w-full bottom-0"
2929
titleClassName="md:!mb-[400px]"
@@ -34,7 +34,7 @@ export default function Minikit() {
3434
contentBlocks={[
3535
<div className="order-2 max-w-[400px] md:order-1" key="minikit-hero-content">
3636
<div className="text-3xl leading-[1.125] tracking-[-0.96px]">
37-
Deploy mini apps in the Base App with a few lines of code to access millions of users
37+
Deploy mini apps in the Base app with a few lines of code to access millions of users
3838
on Base.
3939
</div>
4040
</div>,

apps/web/app/(base-org-dark)/(builders)/build/onchainkit/CtaFooterSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const copyText = 'npx create-onchain@latest';
1515
const copyTextMinikit = 'npx create-onchain@latest --mini';
1616

1717
const ockDocsUrl = 'https://docs.base.org/onchainkit/getting-started';
18-
const miniDocsUrl = 'https://docs.base.org/wallet-app/build-with-minikit/quickstart#quickstart';
18+
const miniDocsUrl = 'https://docs.base.org/mini-apps/overview';
1919

2020
export function ExploreDocsButton({
2121
type = 'onchainkit',

apps/web/app/(base-org-dark)/(builders)/build/onchainkit/FeaturesSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const minikitFeatures = [
9393
colorClass: 'text-[#FC401F]',
9494
title: 'Reach millions of users',
9595
description:
96-
"Grow off of the Base App's social graph where your mini app is just one click away.",
96+
"Grow off of the Base app's social graph where your mini app is just one click away.",
9797
},
9898
{
9999
colorClass: 'text-[#66C800]',

0 commit comments

Comments
 (0)