Skip to content

Commit

Permalink
Merge pull request #30 from rubyforgood/copy-updates
Browse files Browse the repository at this point in the history
Copy updates
  • Loading branch information
andrewrmn authored Oct 14, 2023
2 parents df251bc + ba04c1e commit f80ddd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const Header = () => {
target="_blank"
rel="noopener noreferrer"
>
Submit<span className={styles.hideSm}> a project</span>
Contribute<span className={styles.hideSm}> to a project</span>
</Button>
</div>
</header>
Expand Down
6 changes: 3 additions & 3 deletions components/HeroContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ export const HeroContainer = () => {
return (
<>
<Hero className="hero" data-color-mode="dark">
<Hero.Heading size="display">For Good First Issue</Hero.Heading>
<Hero.Heading size="display">Committing to a better&nbsp;future</Hero.Heading>
<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.
Lend your skills to an open source project focused on the <a href="https://digitalpublicgoods.net/digital-public-goods/" target="_blank" rel="noopener noreferrer">Digital Public Goods (DPGs)</a> From fighting climate change, to solving world hunger, your efforts will contribute to creating a better future for everyone. 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/issues/new?assignees=&labels=💪+New+Project&projects=&template=suggest_project.yml&title=%5BNew+Project%5D%3A+%3Ctitle%3E">Submit 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">Contribute to a project</Hero.PrimaryAction>
</Hero>
</>
);
Expand Down

0 comments on commit f80ddd1

Please sign in to comment.