Skip to content

Commit

Permalink
Release 2023-12-13 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut authored Dec 14, 2023
2 parents ede1386 + f20145c commit 36d9087
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"format": "prettier --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\" --write",
"test": "jest --passWithNoTests",
"check": "npm run type-check && npm run lint && npm run format && npm run test",
"release": "gh pr create --base main --head develop --title \"Release $(date '+%Y-%m-%d')\" --body \"\"",
"prepare": "husky install"
},
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions src/components/Map/DynamicMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ export const DynamicMap: React.FC<
interactiveLayerIds={geometry.features.map(
({ properties }) => properties.id
)}
// See https://github.com/visgl/react-map-gl/issues/2310
RTLTextPlugin={null}

// disabled until popup has real content
// onClick={updateInfo}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/datenschutz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ const DatenschutzPage: React.FC<PageProps> = () => {
<p>
<strong>FixMyCity GmbH</strong>
<br />
Karlsgartenstraße 12
Oberlandstraße 26-35
<br />
12049 Berlin
12099 Berlin
<br />
E-Mail: <MailLink>hello@fixmycity.de</MailLink>
<br />
Expand Down
4 changes: 2 additions & 2 deletions src/pages/impressum.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ const ImprintPage = () => {
<p>
<strong>FixMyCity GmbH</strong>
<br />
Karlsgartenstraße 12
Oberlandstraße 26-35
<br />
12049 Berlin
12099 Berlin
<br />
E-Mail-Adresse:{' '}
<MailToLink mailto="hello@fixmycity.de">hello@fixmycity.de</MailToLink>
Expand Down
2 changes: 1 addition & 1 deletion src/radschnellwege/meta/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@
"stakeholders": [
{ "name": "Planungsverband Nürnberg", "roles": ["authority"] }
],
"references": { "website": null }
"references": { "website": "https://www.radschnellverbindung.info" }
},
{
"id": "10-bayern",
Expand Down

0 comments on commit 36d9087

Please sign in to comment.