diff --git a/src/KeyInsights/Components/WorldMap/index.tsx b/src/KeyInsights/Components/WorldMap/index.tsx index de82452..84d7a7d 100644 --- a/src/KeyInsights/Components/WorldMap/index.tsx +++ b/src/KeyInsights/Components/WorldMap/index.tsx @@ -41,14 +41,13 @@ export function WorldMap(props: Props) {
)} - {footer ? ( -

- {footer} -

- ) : null} +

+ {footer || + 'The designations employed and the presentation of material on this map do not imply the expression of any opinion whatsoever on the part of the Secretariat of the United Nations or UNDP concerning the legal status of any country, territory, city or area or its authorities, or concerning the delimitation of its frontiers or boundaries.'} +

); } diff --git a/src/KeyInsights/Components/WorldMapChangeOverTime/index.tsx b/src/KeyInsights/Components/WorldMapChangeOverTime/index.tsx index 733c70d..960fe8d 100644 --- a/src/KeyInsights/Components/WorldMapChangeOverTime/index.tsx +++ b/src/KeyInsights/Components/WorldMapChangeOverTime/index.tsx @@ -58,14 +58,13 @@ export function WorldMapChangeOverTime(props: Props) {
)} - {footer ? ( -

- {footer} -

- ) : null} +

+ {footer || + 'The designations employed and the presentation of material on this map do not imply the expression of any opinion whatsoever on the part of the Secretariat of the United Nations or UNDP concerning the legal status of any country, territory, city or area or its authorities, or concerning the delimitation of its frontiers or boundaries.'} +

); }