Remove apply button on eco page, add text to footer (#231)

* Remove apply button on eco page, add text to footer

* Remove unused import
This commit is contained in:
Matthew Bunday
2024-01-04 18:42:52 -05:00
committed by GitHub
parent 8791fcd2ee
commit d2d93562b6
2 changed files with 4 additions and 13 deletions

View File

@@ -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';
@@ -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" />

View File

@@ -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>
@@ -36,6 +36,7 @@ export function Footer() {
>
Build on Base
</a>
: Get in touch with our teams about your project.
</p>
</div>
</div>