Skip to content

Commit

Permalink
Slight language change
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmarcia committed Oct 12, 2023
1 parent a4a8478 commit f92296f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ export const Header = () => {
<Button
variant="primary"
as="a"
href="https://github.com/rubyforgood/happycommits"
href="https://github.com/rubyforgood/happycommits/issues/new?assignees=&labels=💪+New+Project&projects=&template=suggest_project.yml&title=%5BNew+Project%5D%3A+%3Ctitle%3E"
target="_blank"
rel="noopener noreferrer"
>
Contribute<span className={styles.hideSm}> to a project</span>
Submit<span className={styles.hideSm}> a project</span>
</Button>
</div>
</header>
Expand Down
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">Contribute to a project</Hero.PrimaryAction>
<Hero.PrimaryAction href="https://github.com/rubyforgood/happycommits/issues/new?assignees=&labels=💪+New+Project&projects=&template=suggest_project.yml&title=%5BNew+Project%5D%3A+%3Ctitle%3E">Submit a project</Hero.PrimaryAction>
</Hero>
</>
);
Expand Down

0 comments on commit f92296f

Please sign in to comment.