Skip to content

Commit

Permalink
ilse bilse, keiner willse
Browse files Browse the repository at this point in the history
  • Loading branch information
joergreichert committed Jul 23, 2024
1 parent 801cc1a commit c1ed637
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions public/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
{
"type": "Feature",
"properties": {
"id": "20240722_umweltminister",
"type": "Gießtreffen",
"name": "Besuch des sächsischen Umweltministers",
"id": "20240723_teamtreffen",
"type": "Teamtreffen",
"name": "Zweiwöchentliches Teamtreffen",
"organisation": "Leipzig giesst",
"address": "Hildegarten",
"date": "2024-07-22",
"start": "16:00",
"end": "17:00",
"address": "Ilses Erika (Bernhard-Göring-Straße 152)",
"date": "2024-07-23",
"start": "19:00",
"end": "21:00",
"hints": [
"Der Sächsische Umweltminister Wolfram Günther bekommt gemeinsam mit der Landtagsabgeordneten Claudia Maicher das Projekt LeipzigGiesst vorgestellt."
"Unser zweiwöchentliches Teamtreffen, wie sind aber jederzeit offen für Menschen, die sich uns potenziell anschließen möchten"
]
},
"geometry": { "type": "Point", "coordinates": [12.321457872656765, 51.322473175112265] }
"geometry": { "type": "Point", "coordinates": [12.376292128450928,51.311002870975926] }
},
{
"type": "Feature",
Expand Down
4 changes: 2 additions & 2 deletions src/components/Overlay/OverlayTop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ const OverlayTop: FC = () => {
<OverlayTitle size='xxl' title={title} />
<img style={{ height: 160 }} src='images/leipzig-giesst-logo.png' />
{!isMobile && (<div style={{ width: '60%', fontSize: '16pt', fontStyle: 'bold', color: 'blue' }}>
Kommender Termin: <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/event/20240722_umweltminister")}}>Am Montag, den 22. Juli, 16:00, kommt uns der sächsische Umweltminister im Hildegarten besuchen.</a><br /><br />Alle Gießevents findet ihr ab sofort <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/events")}}>links in der Seitenleiste</a> und auf der Karte.
Kommender Termin: <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/event/20240723_teamtreffen")}}>Am Dienstag, den 23. Juli, 19:00, Teamtreffen ins Ilses Erika.</a><br /><br />Alle Gießevents findet ihr ab sofort <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/events")}}>links in der Seitenleiste</a> und auf der Karte.
</div>)}
</Wrapper>
<OverlayTitle size='small' title={""} />
{isMobile && (<div style={{ paddingLeft: '40px', paddingBottom: '20px', width: '60%', fontSize: '16pt', fontStyle: 'bold', color: 'blue' }}>
Kommender Termin: <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/event/20240722_umweltminister")}}>Am Montag, den 22. Juli, 16:00, kommt uns der sächsische Umweltminister im Hildegarten besuchen.</a><br /><br />Alle Gießevents findet ihr ab sofort <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/events")}}>links in der Seitenleiste</a> und auf der Karte.
Kommender Termin: <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/event/20240723_teamtreffen")}}>Am Dienstag, den 23. Juli, 19:00, Teamtreffen ins Ilses Erika.</a><br /><br />Alle Gießevents findet ihr ab sofort <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/events")}}>links in der Seitenleiste</a> und auf der Karte.
</div>)}
<OverlayTitle size='xxl' title={subline} />
{isMobile && <OverlayTitle size='medium' title={disclaimer} />}
Expand Down

0 comments on commit c1ed637

Please sign in to comment.