mirror of
https://github.com/placeholder-soft/web.git
synced 2026-06-16 01:44:59 +08:00
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:
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user