mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Add missing space in meta title
This commit is contained in:
parent
52da0ca516
commit
40ee634116
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ export default function ClimatePage({ rawOrganizations, pageRegion }) {
|
|||
as={Head}
|
||||
title={
|
||||
'Climate-focused nonprofits' +
|
||||
(region ? ` in ${region.label}` : 'on Hack Club Bank')
|
||||
(region ? ` in ${region.label}` : ' on Hack Club Bank')
|
||||
}
|
||||
description={
|
||||
'Nonprofits are making real environmental impact' +
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue