Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions src/KeyInsights/Components/WorldMap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,13 @@ export function WorldMap(props: Props) {
<div className='undp-loader' />
</div>
)}
{footer ? (
<p
className='undp-typography small-font margin-bottom-00'
style={{ color: 'var(--gray-600)' }}
>
{footer}
</p>
) : null}
<p
className='undp-typography margin-bottom-00'
style={{ color: 'var(--gray-500)', fontSize: '10px' }}
>
{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.'}
</p>
</>
);
}
15 changes: 7 additions & 8 deletions src/KeyInsights/Components/WorldMapChangeOverTime/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,13 @@ export function WorldMapChangeOverTime(props: Props) {
<div className='undp-loader' />
</div>
)}
{footer ? (
<p
className='undp-typography small-font margin-bottom-00'
style={{ color: 'var(--gray-600)' }}
>
{footer}
</p>
) : null}
<p
className='undp-typography margin-bottom-00'
style={{ color: 'var(--gray-500)', fontSize: '10px' }}
>
{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.'}
</p>
</>
);
}
Loading