Skip to content

Commit

Permalink
add form
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Nov 30, 2023
1 parent ad16083 commit 4dc0868
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/containers/involved-page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,13 @@ const Involved = () => {

<div className="w-full flex justify-end">
<Button theme="tertiary" size="xs" className="py-3 h-12 w-full md:w-auto">
Launch ideas portal
<a
href="https://forms.office.com/pages/responsepage.aspx?id=wW2-eY7Xu0uyK9mUwKQXpwvCXbOSDCJFmdiahlhlRYNUMVNFTEVLR0FTQ0pLNTBBV0RUVTVGMDJEWS4u"
target="_blank"
rel="noreferrer"
>
Launch ideas portal
</a>
</Button>
</div>
</motion.div>
Expand Down

1 comment on commit 4dc0868

@vercel
Copy link

@vercel vercel bot commented on 4dc0868 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ncs-go – ./

ncs-go-git-main-vizzuality1.vercel.app
ncs-go-vizzuality1.vercel.app
ncs-go.vercel.app

Please sign in to comment.