Skip to content

Commit

Permalink
change texts for links
Browse files Browse the repository at this point in the history
  • Loading branch information
d4v3000 committed Oct 1, 2024
1 parent 21da2b5 commit e5e6fa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/geoportal/src/app/components/layers/items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ export const tabItems = (legend, currentLayer: Layer) => {
),
},
{
label: "Technische Informationen",
label: "Links",
key: "3",
children: (
<div className="flex flex-col gap-2">
<a
href="https://maps.wuppertal.de/karten?service=WMS&request=GetCapabilities&version=1.1.1"
target="_blank"
>
GetCapabilities
Inhaltsverzeichnis des Kartendienstes (WMS Capabilities)
</a>
<a
href={
Expand All @@ -69,7 +69,7 @@ export const tabItems = (legend, currentLayer: Layer) => {
}
target="_blank"
>
Open Data
Datenquelle im Open-Data-Portal Wuppertal
</a>
</div>
),
Expand Down

0 comments on commit e5e6fa9

Please sign in to comment.