Skip to content

Commit d4aa4d0

Browse files
committed
move event forward
1 parent 99425ea commit d4aa4d0

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

public/data/events.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,6 @@
55
"properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" }
66
},
77
"features": [
8-
{
9-
"type": "Feature",
10-
"properties": {
11-
"id": "20250830_klimafair",
12-
"type": "Stand",
13-
"name": "Stand auf Klimafair",
14-
"organisation": "LEIPZIG GIESST",
15-
"address": "Markt, 04109, Leipzig-Zentrum",
16-
"date": "2025-08-30",
17-
"start": "10:00",
18-
"end": "22:00",
19-
"url": "https://leipzigfuersklima.de/termin/klimafair-2025/",
20-
"hints": [
21-
"auch mit Dosenwerfen"
22-
]
23-
},
24-
"geometry": { "type": "Point", "coordinates": [12.374721873679164, 51.34026748881362] }
25-
},
268
{
279
"type": "Feature",
2810
"properties": {

src/components/Overlay/OverlayTop/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ const OverlayTop: FC = () => {
6161
<OverlayTitle size='xxl' title={title} />
6262
<img style={{ height: 160 }} src='images/leipzig-giesst-logo.png' />
6363
{!isMobile && (<div style={{ width: '60%', fontSize: '16pt', fontStyle: 'bold', color: 'blue' }}>
64-
Trefft uns am Samstag, den 30. August, auf dem Marktplatz, <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/event/20250830_klimafair")}}>im Rahmen der Klimafair</a>, und zeigt euer Können beim Dosenwerfen.
64+
Schließt euch <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/event/20250917_lindenauer_hafen")}}>unserer Gießaktion am Lindenauer Hafen</a> am 17. September als Beitrag zur Woche der Klimaanpassung an.
6565
</div>)}
6666
</Wrapper>
6767
<OverlayTitle size='small' title={""} />
6868
{isMobile && (<div style={{ paddingLeft: '40px', paddingBottom: '20px', width: '60%', fontSize: '16pt', fontStyle: 'bold', color: 'blue' }}>
69-
Trefft uns am Samstag, den 30. August, auf dem Marktplatz, <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/event/20250830_klimafair")}}>im Rahmen der Klimafair</a>, und zeigt euer Können beim Dosenwerfen.
69+
Schließt euch <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/event/20250917_lindenauer_hafen")}}>unserer Gießaktion am Lindenauer Hafen</a> am 17. September als Beitrag zur Woche der Klimaanpassung an.
7070
</div>)}
7171
<OverlayTitle size='xxl' title={subline} />
7272
{isMobile && <OverlayTitle size='medium' title={disclaimer} />}

0 commit comments

Comments
 (0)