Skip to content

Commit

Permalink
address margin
Browse files Browse the repository at this point in the history
  • Loading branch information
joergreichert committed Jul 18, 2024
1 parent 18e0433 commit 25ad54e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"properties": {
"id": "20240831_pumpen_raetseltour",
"type": "Ausstellung",
"name": "Vernissage Wanderausstellung 'Historische Handschwengelpumpen in Leipzig'",
"name": "Vernissage Wanderausstellung Historische Handschwengelpumpen in Leipzig",
"organisation": "AK Gohliser Geschichte",
"address": "Bürgerverein Waldstraßenviertel, Hinrichsenstr. 10",
"date": "2024-08-23",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Sidebar/SidebarEvent/EventInfos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const EventInfos: FC<{
)}
{address && (
<InfoContainer>
<span>Adresse</span>
<span style={{ marginRight: '15px'}}>Adresse</span>
<InfoValue>{address}</InfoValue>
</InfoContainer>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const WaterSourceInfos: FC<{
)}
{address && (
<InfoContainer>
<span>Adresse</span>
<span style={{ marginRight: '15px'}}>Adresse</span>
<InfoValue>{address}</InfoValue>
</InfoContainer>
)}
Expand Down

0 comments on commit 25ad54e

Please sign in to comment.