Skip to content

Commit

Permalink
Fix Primer build error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrmn committed Oct 11, 2023
1 parent 38af539 commit 9156246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/HeroContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const HeroContainer = () => {
<Hero.Description size="300">
For Good First Issue empowers developers to collaborate on open source projects with missions that are driven by social impact. It is a curated list of open source projects focused on the <a href="https://digitalpublicgoods.net/digital-public-goods/" target="_blank" rel="noopener noreferrer">Digital Public Goods (DPGs)</a> that need your help! Together, we can drive positive and lasting contributions to the world, one commit at a time.
</Hero.Description>
<Hero.PrimaryAction href="https://github.com/rubyforgood/happycommits" rel="noopener noreferrer">Contribute to a project</Hero.PrimaryAction>
<Hero.PrimaryAction href="https://github.com/rubyforgood/happycommits">Contribute to a project</Hero.PrimaryAction>
</Hero>
</>
);
Expand Down

0 comments on commit 9156246

Please sign in to comment.