Skip to content

Commit

Permalink
Merge pull request #1102 from Vizzuality/fix/mangroves-logo
Browse files Browse the repository at this point in the history
logo draggable false
  • Loading branch information
mluena authored Apr 11, 2024
2 parents b6cbcd1 + 347d235 commit 2a53c58
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions src/containers/widgets/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { WidgetTypes } from 'types/widget';

const widgets_dev = [
{
name: 'National dashboard',
name: 'National Dashboard',
slug: 'mangrove_national_dashboard',
locationType: ['custom-area', 'wdpa', 'country'],
applicability: 'National and Sub-National',
Expand All @@ -21,31 +21,31 @@ const widgets_dev = [

const widgets_prod = [
{
name: 'Mangrove habitat extent',
name: 'Mangrove Habitat Extent',
slug: 'mangrove_habitat_extent',
locationType: ['custom-area', 'wdpa', 'country', 'worldwide'],
applicability: 'Global, National, Sub-National, and Local',
categoryIds: ['all_datasets', 'distribution_and_change', 'restoration_and_conservation'],
layersIds: ['extent'],
},
{
name: 'Mangrove net change',
name: 'Mangrove Net Change',
slug: 'mangrove_net_change',
locationType: ['custom-area', 'wdpa', 'country', 'worldwide'],
applicability: 'Global, National, and Sub-National',
categoryIds: ['all_datasets', 'distribution_and_change', 'restoration_and_conservation'],
layersIds: ['net'],
},
{
name: 'Mangrove habitat change',
name: 'Mangrove Habitat Change',
slug: 'mangrove_habitat_change',
locationType: ['worldwide'],
applicability: 'Global',
categoryIds: ['all_datasets', 'distribution_and_change'],
layersIds: [],
},
{
name: 'Mangrove alerts',
name: 'Mangrove Alerts',
slug: 'mangrove_alerts',
locationType: ['custom-area', 'wdpa', 'country', 'worldwide'],
applicability: 'Global, National, Sub-National, and Local',
Expand All @@ -54,7 +54,7 @@ const widgets_prod = [
contextualLayersIds: ['45d01564-c099-42d8-b8f2-a0851accf3e7'],
},
{
name: 'Species location by country',
name: 'Species Location by Country',
slug: 'mangrove_species_location',
locationType: ['country', 'worldwide'],
applicability: 'Global and National',
Expand All @@ -70,7 +70,7 @@ const widgets_prod = [
layersIds: ['species-distribution'],
},
{
name: 'Mangrove species by Red List status',
name: 'Mangrove Species by Red List Status',
slug: 'mangrove_species_threatened',
locationType: ['country', 'worldwide'],
applicability: 'Global and National',
Expand All @@ -92,15 +92,15 @@ const widgets_prod = [
layersIds: ['restoration'],
},
{
name: 'Mangrove biomass',
name: 'Mangrove Biomass',
slug: 'mangrove_biomass',
locationType: ['custom-area', 'wdpa', 'country', 'worldwide'],
applicability: 'Global, National, and Sub-National',
categoryIds: ['all_datasets', 'ecosystem_services'],
layersIds: ['biomass'],
},
{
name: 'Mangrove height',
name: 'Mangrove Height',
slug: 'mangrove_height',
locationType: ['custom-area', 'wdpa', 'country', 'worldwide'],
applicability: 'Global, National, and Sub-National',
Expand Down Expand Up @@ -141,23 +141,23 @@ const widgets_prod = [
categoryIds: ['all_datasets', 'climate_and_policy'],
},
{
name: 'Drivers of change',
name: 'Drivers of Change',
slug: 'mangrove_drivers_change',
locationType: ['custom-area', 'wdpa', 'country'],
applicability: 'National',
categoryIds: ['all_datasets', 'restoration_and_conservation'],
layersIds: ['extent'],
},
{
name: 'Mangrove fisheries',
name: 'Mangrove Fisheries',
slug: 'mangrove_fisheries',
locationType: ['custom-area', 'wdpa', 'country'],
applicability: 'Global, National, and Sub-National',
categoryIds: ['all_datasets', 'ecosystem_services'],
layersIds: ['mangrove_fisheries'],
},
{
name: 'Coastal protection',
name: 'Coastal Protection',
slug: 'mangrove_flood_protection',
locationType: ['custom-area', 'wdpa', 'country'],
applicability: 'National',
Expand All @@ -170,7 +170,7 @@ const widgets_prod = [
},
{
...(process.env.NEXT_PUBLIC_VERCEL_ENV === 'development' && {
name: 'IUCN Ecosystem red list assessment',
name: 'IUCN Ecosystem Red List Assessment',
slug: 'mangrove_iucn_ecoregion',
locationType: ['worldwide'],
applicability: 'Global',
Expand All @@ -179,14 +179,14 @@ const widgets_prod = [
}),
},
{
name: 'Protected areas',
name: 'Protected Areas',
slug: 'mangrove_protected_areas',
locationType: ['custom-area', 'wdpa', 'country', 'worldwide'],
categoryIds: ['contextual_layers', 'all_datasets'],
layersIds: ['mangrove_protected_areas'],
},
{
name: 'Allen coral atlas',
name: 'Allen Coral Atlas',
slug: 'mangrove_allen_coral_reef',
locationType: ['custom-area', 'wdpa', 'country', 'worldwide'],
categoryIds: ['contextual_layers', 'all_datasets'],
Expand All @@ -200,21 +200,21 @@ const widgets_prod = [
layersIds: ['salt_marsh'],
},
{
name: 'Tidal flats',
name: 'Tidal Flats',
slug: 'mangrove_tidal_flats',
locationType: ['custom-area', 'wdpa', 'country', 'worldwide'],
categoryIds: ['contextual_layers', 'all_datasets'],
layersIds: ['tidal_flats'],
},
{
name: 'Global tidal wetland change',
name: 'Global Tidal Wetland Change',
slug: 'mangrove_global_tidal_wetland_change',
locationType: ['custom-area', 'wdpa', 'country', 'worldwide'],
categoryIds: ['contextual_layers', 'all_datasets'],
layersIds: ['global_tidal_wetland_change'],
},
{
name: 'Customize widgets deck',
name: 'Customize Widgets Deck',
slug: 'widgets_deck_tool',
locationType: ['wdpa', 'country', 'worldwide'],
categoryIds: [
Expand Down
2 changes: 1 addition & 1 deletion src/containers/widgets/widgets-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const WidgetsMenu: FC = () => {
LAYERS.length === activeLayers.length && widgets.length === activeWidgets.length,
})}
>
Select all
Select All
</p>
</div>
{widgets.map(({ slug, name, layersIds }) => {
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/desktop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ const DesktopLayout = () => {

return (
<div className="overflow-hidden print:overflow-visible">
<Link href="/">
<Link href="/" className="pointer-events-auto fixed top-0 right-0 z-[800]" draggable={false}>
<Image
src={LOGO_PNG as StaticImageData}
alt="Logo Global Mangrove Watch"
className="absolute top-0 right-0 z-10"
width={186}
height={216}
draggable={false}
/>
</Link>

Expand Down

0 comments on commit 2a53c58

Please sign in to comment.