Skip to content

Commit

Permalink
Update copy of delegate register CTA
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Jun 24, 2024
1 parent c730379 commit 3b8cf86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/delegate/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ function RegisterCtaCard() {
<CtaCard>
<div className="space-y-2">
<h3 className="font-serif text-xl sm:text-2xl">Passionate about Celo governance?</h3>
<p className="text-sm sm:text-base">Add your information on Github to be listed here.</p>
<p className="text-sm sm:text-base">
If you would like to be included in this list, open a pull-request to add your information
on Github.
</p>
</div>
<A_Blank href={links.delegate} className="btn btn-primary rounded-full border-taupe-300">
Register as a delegate
Expand Down

0 comments on commit 3b8cf86

Please sign in to comment.