-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clement remove bold font weight everywhere (#787)
fixes [this](https://www.notion.so/Idol-Lead-Sync-781de97ad403492b94b420349f829ea5?pvs=4#1550ad723ce1804f8cb6ccc71c673a54) removes font weight bold sorry no time for screenshots 🙃
- Loading branch information
Showing
11 changed files
with
31 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,8 +39,7 @@ const SponsorHero = () => { | |
</h2> | ||
<p className="md:text-lg xs:text-sm text-hero-secondary md:leading-body-text"> | ||
The generous contributions of our supporters and sponsors allow our team to continue | ||
building products and hosting initiatives to{' '} | ||
<span className="font-bold">help the Cornell and Ithaca communities.</span> | ||
building products and hosting initiatives to help the Cornell and Ithaca communities. | ||
</p> | ||
<a href={config.donationLink} className="primary-button"> | ||
Donate now | ||
|
@@ -99,10 +98,8 @@ const SponsorPage = () => { | |
<h3 className="md:text-4xl xs:text-2xl font-semibold">Become a sponsor!</h3> | ||
<p className="text-lg mb-4"> | ||
We would love to partner with organizations that share our vision of changing the | ||
world. Together, we can{' '} | ||
<span className="font-bold"> | ||
harness the power of technology to drive change in our communities. | ||
</span> | ||
world. Together, we can harness the power of technology to drive change in our | ||
communities. | ||
</p> | ||
<a href="mailto:[email protected]" className="primary-button"> | ||
Contact us | ||
|