Skip to content

Commit

Permalink
House keeping: remove redundant line + Unused import + add two alt-at…
Browse files Browse the repository at this point in the history
…tributes
  • Loading branch information
hasentopf committed Nov 26, 2024
1 parent f5dbab7 commit 5a89694
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/configurations/config.herrenberg.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable */
import configMerger from '../util/configMerger';
import { MapMode } from '../constants';

const CONFIG = 'herrenberg';
const APP_TITLE = 'stadtnavi Herrenberg';
Expand Down Expand Up @@ -291,7 +290,7 @@ export default configMerger(parentConfig, {
paragraphs: [
'stadtnavi ist eine Reiseplanungs-Anwendung für die Stadt Herrenberg und Umgebung. Dieser Dienst umfasst ÖPNV, Fußwege, Radverkehr, Straßen- und Parkplatzinformationen, Ladeinfrastruktur und Sharing-Angebote. Mobilitätsangebote werden durch intermodales Routing miteinander vernetzt.',
'Gefördert durch <br>',
'<a href="https://www.herrenberg.de/stadtluft"><img src="https://www.herrenberg.de/ceasy/resource/?id=4355&predefinedImageSize=rightEditorContent"/></a>',
'<a href="https://www.herrenberg.de/stadtluft"><img alt="BMDV Logo" src="https://www.herrenberg.de/ceasy/resource/?id=4355&predefinedImageSize=rightEditorContent"/></a>',

],
},
Expand Down Expand Up @@ -323,7 +322,7 @@ export default configMerger(parentConfig, {
header: 'About this service',
paragraphs: [
'stadtnavi is a travel planning application for the city of Herrenberg and its surroundings. This service includes public transport, footpaths, cycling, street and parking information, charging infrastructure and sharing offerings. The mobility offerings are connected through intermodal routing.',
'<a href="https://www.herrenberg.de/stadtluft"><img src="https://www.herrenberg.de/ceasy/resource/?id=4355&predefinedImageSize=rightEditorContent"/></a>',
'<a href="https://www.herrenberg.de/stadtluft"><img alt="BMDV Logo" src="https://www.herrenberg.de/ceasy/resource/?id=4355&predefinedImageSize=rightEditorContent"/></a>',
],
},
{
Expand Down

0 comments on commit 5a89694

Please sign in to comment.