Skip to content

Commit 3dc764c

Browse files
committed
fix dashboard
1 parent 3496d4e commit 3dc764c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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-
Schmetterlinge zählen und Bäume gießen könnt ihr mit uns am 24.8. im Hildegarten in Plagwitz <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/event/20250824_vielfalter")}}>hier</a>.
64+
Schmetterlinge zählen und Bäume gießen könnt ihr mit uns am 24.8. auf dem Bürgerbahnhof Plagwitz <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/event/20250824_vielfalter")}}>hier</a>.
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-
Schmetterlinge zählen und Bäume gießen könnt ihr mit uns am 24.8. im Hildegarten in Plagwitz <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/event/20250824_vielfalter")}}>hier</a>.
69+
Schmetterlinge zählen und Bäume gießen könnt ihr mit uns am 24.8. auf dem Bürgerbahnhof Plagwitz <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/event/20250824_vielfalter")}}>hier</a>.
7070
</div>)}
7171
<OverlayTitle size='xxl' title={subline} />
7272
{isMobile && <OverlayTitle size='medium' title={disclaimer} />}

0 commit comments

Comments
 (0)