Skip to content

Commit

Permalink
Add back Apply form link to ecosystem page (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
zencephalon committed Feb 9, 2024
1 parent fe75797 commit 7e8b82d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/web/pages/ecosystem.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import EcosystemHeroLogos from 'apps/web/public/images/ecosystem-hero-logos-new.png';
import { Divider } from 'apps/web/src/components/Divider/Divider';
import { List } from 'apps/web/src/components/Ecosystem/List';
import { Button } from 'apps/web/src/components/Button/Button';
import Head from 'next/head';
import Image from 'next/image';

Expand All @@ -15,6 +16,15 @@ 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

0 comments on commit 7e8b82d

Please sign in to comment.