diff --git a/components/Header/Header.module.scss b/components/Header/Header.module.scss index 9315f438..df02e279 100644 --- a/components/Header/Header.module.scss +++ b/components/Header/Header.module.scss @@ -17,5 +17,16 @@ .hideSm { display: none; } + + a:not(.homeLink) { + padding: 8px 12px; + grid-gap: 4px; + } + + .btnText { + font-size: 12px !important; + line-height: 1 !important; + white-space: nowrap; + } } } diff --git a/components/Header/Header.tsx b/components/Header/Header.tsx index ce7ade96..46179483 100644 --- a/components/Header/Header.tsx +++ b/components/Header/Header.tsx @@ -8,7 +8,7 @@ export const Header = () => { <>
- + { target="_blank" rel="noopener noreferrer" > - Contribute to a project + Recommend a project
diff --git a/components/HeroContainer.tsx b/components/HeroContainer.tsx index c17e7857..0fb3ba20 100644 --- a/components/HeroContainer.tsx +++ b/components/HeroContainer.tsx @@ -7,8 +7,9 @@ export const HeroContainer = () => { Committing to a better future Lend your skills to an open source project focused on the Digital Public Goods (DPGs) 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. +

+ Explore a DPG repo below to get started.
- Contribute to a project );