diff --git a/pages/governance/supporters.jsx b/pages/governance/supporters.jsx index 9211512d..bef5ee37 100644 --- a/pages/governance/supporters.jsx +++ b/pages/governance/supporters.jsx @@ -17,7 +17,7 @@ export async function getStaticProps() { item.country = countries.find( (country) => country.code.toLowerCase() === item.country_code.toLowerCase() - ).name + )?.name } else item.country = '' return item diff --git a/pages/membership/index.jsx b/pages/membership/index.jsx index 53827cce..80ebb3f7 100644 --- a/pages/membership/index.jsx +++ b/pages/membership/index.jsx @@ -20,7 +20,7 @@ export async function getStaticProps() { item.country = countries.find( (country) => country.code.toLowerCase() === item.country_code.toLowerCase() - ).name + )?.name } else item.country = '' return item diff --git a/public/resources/core-terms-conditions.pdf b/public/resources/core-terms-conditions.pdf index bf396908..13570933 100644 Binary files a/public/resources/core-terms-conditions.pdf and b/public/resources/core-terms-conditions.pdf differ