Skip to content

Commit

Permalink
Remove apply button on eco page, add text to footer (#231)
Browse files Browse the repository at this point in the history
* Remove apply button on eco page, add text to footer

* Remove unused import
  • Loading branch information
zencephalon authored Jan 4, 2024
1 parent 8791fcd commit d2d9356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
10 changes: 0 additions & 10 deletions apps/web/pages/ecosystem.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import EcosystemHeroLogos from 'apps/web/public/images/ecosystem-hero-logos-new.png';
import { Button } from 'apps/web/src/components/Button/Button';
import { Divider } from 'apps/web/src/components/Divider/Divider';
import { List } from 'apps/web/src/components/Ecosystem/List';
import Head from 'next/head';
Expand All @@ -16,15 +15,6 @@ function EcosystemHero() {
<p className="font-display text-xl text-white md:text-2xl lg:text-3xl">
An overview of apps and integrations in the Base ecosystem.
</p>
<a
href="https://docs.google.com/forms/d/e/1FAIpQLScKCOjB4wFmb7u-1VpgMZOGLYq4GUBGt3AwQKqUAlTgjnucGQ/viewform"
target="_blank"
rel="noreferrer noopener"
>
<Button variant="primary" className="w-full md:w-64">
Apply
</Button>
</a>
</div>
<div className="flex w-full md:w-1/2 md:justify-end">
<Image className="-mr-16" src={EcosystemHeroLogos} alt="ecosystem dapp logos" />
Expand Down
7 changes: 4 additions & 3 deletions apps/web/src/components/Layout/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export function Footer() {
<div className="flex flex-col">
<p className="text-white">
<a href="https://base.mirror.xyz/subscribe" className="underline">
Subscribe to our Mirror blog.
</a>{' '}
Mint the posts as unique NFTs
Subscribe to our Mirror blog
</a>
: Mint the posts as unique NFTs
</p>
<p className="text-white">commemorating the evolution of Base.</p>
</div>
Expand All @@ -36,6 +36,7 @@ export function Footer() {
>
Build on Base
</a>
: Get in touch with our teams about your project.
</p>
</div>
</div>
Expand Down

0 comments on commit d2d9356

Please sign in to comment.