Skip to content

Commit

Permalink
Add Inbound Form to Footer (#189)
Browse files Browse the repository at this point in the history
* Add Inbound Form to Footer

* Update Footer.tsx
  • Loading branch information
katsnow08 authored Dec 13, 2023
1 parent a0b11a6 commit 7cf0b8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/web/src/components/Layout/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ export function Footer() {
</p>
<p className="text-white">commemorating the evolution of Base.</p>
</div>
<div className="flex flex-col">
<p className="text-white">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdvX-a6LqOIR7Uk5cDPGUjUkpSCetvTor25M1JmW9eqgubS5Q/viewform?usp=sf_link" className="underline">
Build on Base
</a>
</p>
</div>
</div>
<p className="pt-20 underline">
<a href="https://docs.base.org/terms-of-service">Terms of Service</a>
Expand Down

0 comments on commit 7cf0b8b

Please sign in to comment.