Skip to content

Commit

Permalink
fixed image paths for maps.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcilurzo committed Dec 6, 2023
1 parent 199b8f2 commit 78092a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Die Komponente hat folgende Varianten:

### Mobile
{{ imageWithMode({
url: '/assets/images/maps/Copyright-Mobile',
url: '/assets/images/maps/copyright-mobile',
alt: 'Darstellung des Primary Button',
title: 'Darstellung des Primary Button'
}) }}

### Desktop
{{ imageWithMode({
url: '/assets/images/maps/Copyright-Desktop',
url: '/assets/images/maps/copyright-desktop',
alt: 'Darstellung des Primary Button',
title: 'Darstellung des Primary Button'
}) }}
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ Werden in einer Anwendung nur zwei Layer angeboten, wechselt der Layer durch Kli

#### Default
{{ imageWithMode({
url: '/assets/images/maps/Maps-Layer-Menu-Toggle-Default',
url: '/assets/images/maps/maps-layer-menu-toggle-default',
alt: 'Darstellung des Primary Button',
title: 'Darstellung des Primary Button'
}) }}

#### Small
{{ imageWithMode({
url: '/assets/images/maps/Maps-Layer-Menu-Toggle-Default',
url: '/assets/images/maps/maps-layer-menu-toggle-default',
alt: 'Darstellung des Primary Button',
title: 'Darstellung des Primary Button'
}) }}
Expand All @@ -44,14 +44,14 @@ Durch Klick auf den Button öffnet sich die Auswahl der Layer, durch einen weite

#### Default
{{ imageWithMode({
url: '/assets/images/maps/Maps-Layer-Menu-List-Default',
url: '/assets/images/maps/maps-layer-menu-list-default',
alt: 'Darstellung des Primary Button',
title: 'Darstellung des Primary Button'
}) }}

#### Small
{{ imageWithMode({
url: '/assets/images/maps/Maps-Layer-Menu-List-Small',
url: '/assets/images/maps/maps-layer-menu-list-small',
alt: 'Darstellung des Primary Button',
title: 'Darstellung des Primary Button'
}) }}
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ Die Komponente hat folgende Varianten:

### Default
{{ imageWithMode({
url: '/assets/images/maps/Maps-Level-default',
url: '/assets/images/maps/maps-level-default',
alt: 'Darstellung des Primary Button',
title: 'Darstellung des Primary Button'
}) }}

### Small
{{ imageWithMode({
url: '/assets/images/maps/Maps-Level-small',
url: '/assets/images/maps/maps-level-small',
alt: 'Darstellung des Primary Button',
title: 'Darstellung des Primary Button'
}) }}

### on Map
{{ imageWithMode({
url: '/assets/images/maps/Maps-Level-Switch-Default',
url: '/assets/images/maps/maps-level-switch-default',
alt: 'Darstellung des Primary Button',
title: 'Darstellung des Primary Button'
}) }}

0 comments on commit 78092a2

Please sign in to comment.