We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7843abb commit 040c7c0Copy full SHA for 040c7c0
apps/web/app/(base-org)/ecosystem/page.tsx
@@ -33,9 +33,7 @@ async function EcosystemHero() {
33
<Container>
34
<div className="flex w-full flex-col items-center justify-between gap-12 py-20 md:flex-row">
35
<div className="flex w-full flex-col gap-8 md:max-w-lg">
36
- <Title level={TitleLevel.Display3}>
37
- Base ecosystem apps and integrations overview.
38
- </Title>
+ <Title level={TitleLevel.Display3}>Built on Base to bring the world onchain.</Title>
39
<a
40
href="https://github.com/base-org/web?tab=readme-ov-file#updating-the-base-ecosystem-page"
41
target="_blank"
0 commit comments