Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
joergreichert committed Jul 15, 2024
1 parent 74c3577 commit c0b704a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions public/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"properties": {
"id": "20240722_umweltminister",
"type": "Gießtreffen",
"name": "Besuch des sächsische Umweltministers",
"name": "Besuch des sächsischen Umweltministers",
"organisation": "Leipzig giesst",
"address": "Hildegarten",
"date": "2024-07-22",
"start": "16:00",
"end": "17:00",
"hints": [
"der Sächsische Umweltminister Wolfram Günther bekommt gemeinsam mit der Landtagsabgeordneten Claudia Maicher das Projekt LeipzigGiesst vorgestelt"
"Der Sächsische Umweltminister Wolfram Günther bekommt gemeinsam mit der Landtagsabgeordneten Claudia Maicher das Projekt LeipzigGiesst vorgestellt."
]
},
"geometry": { "type": "Point", "coordinates": [12.321457872656765, 51.322473175112265] }
Expand Down
4 changes: 2 additions & 2 deletions public/data/water-sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -709,9 +709,9 @@
{
"type": "Feature",
"properties": {
"id": "20240709_kockpark",
"id": "20240709_kochpark",
"type": "Privatperson",
"name": "Regentonnen im Hundtschenpark",
"name": "IBC-Container am Haus 4 im Robert-Koch-Park",
"address": "Robert-Koch-Park",
"created": "09.07.2024",
"images": [ "haus41.jpg", "haus42.jpg" ],
Expand Down
6 changes: 3 additions & 3 deletions src/components/Credits/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ const DseeLogo = styled.img`
`;

const TransformDLogo = styled.img`
height: 60px;
height: 80px;
margin: 10px 0 5px 0;
padding-right: 70px;
padding-left: 110px;
padding-right: 80px;
padding-left: 100px;
`;

const Credits: FC = () => {
Expand Down

0 comments on commit c0b704a

Please sign in to comment.