Skip to content

Copy updates #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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