Skip to content

Commit

Permalink
Fixing capitalization of campaign name
Browse files Browse the repository at this point in the history
  • Loading branch information
melish committed Aug 25, 2023
1 parent 9dfc50a commit edb6540
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image" href="/UNCCD-256.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HerLand</title>
<title>#HerLand</title>
<!-- Google tag (gtag.js) -->
<script
async
Expand Down
2 changes: 1 addition & 1 deletion src/slides/Events/Events.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function Events() {
<div className='text-black '>
<h2 className={textH2}>Events </h2>
<p className={`${textBodyLarge} mt-6`}>
Here are some events where you can view the HerLand Campaign:
Here are some events where you can view the #HerLand Campaign:
</p>
<div className='grid 2xl:grid-cols-12 sm:grid-cols-1 max-sm:grid-cols-1'>
<div className='grid 2xl:grid-cols-4 xl:grid-cols-2 lg:grid-cols-2 md:grid-cols-1 max-sm:grid-cols-1 gap-6 mt-10 footer-events col-span-10'>
Expand Down
2 changes: 1 addition & 1 deletion src/slides/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Footer() {
</a>
</p>
<p className='max-sm:text-sm sm:text-base md:text-base lg:text-sm xl:text-xl 2xl:text-xl leading-5 footer-text'>
The HerLand campaign is co-funded by the European Union, the
The #HerLand campaign is co-funded by the European Union, the
Government of Canada, and the Changwon Initiative. Its contents are
the sole responsibility of the UNCCD and do not necessarily reflect
the views of the European Union, the Government of Canada, or the
Expand Down
2 changes: 1 addition & 1 deletion src/slides/HerlandCTA/HerlandCTA.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function HerlandCTA() {
<section className='panel-inner grid grid-cols-12 items-center herland-cta'>
<div className='col-span-12 grid grid-cols-12 gap-4 text-white max-sm:my-10 sm:my-2 '>
<div className='col-span-12'>
<h2 className={`${textH2} lg:mt-2`}>#HerLand call to action</h2>
<h2 className={`${textH2} lg:mt-2`}>#HerLand Call to Action</h2>
<p className={`${textBodyMediumBold} max-sm:mt-4 sm:mt-4 lg:mt-4`}>
Make women's land rights a reality
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/slides/Landing/LandingPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function LandingPanel() {
<img src={UnccdLogoWhite} alt='Unccd logo' />
</div>
<div className='flex flex-col'>
<h2 className={landingHeader}>HerLand</h2>
<h2 className={landingHeader}>HER LAND</h2>
<div className={landingHeaderDescription}>
<p>For the land she provides, and in return, she's provided for.</p>
<p>They are both nourished, intertwined, a tapestry old as time.</p>
Expand Down

0 comments on commit edb6540

Please sign in to comment.