Skip to content

Commit

Permalink
remove dashboard hint
Browse files Browse the repository at this point in the history
  • Loading branch information
joergreichert committed Sep 27, 2024
1 parent f172699 commit 2017de4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Overlay/OverlayTop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,11 @@ 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' }}>
Wo stehst Du im Gießranking? Erfahre das und mehr aus <a target="_blank" href="https://stiftung-ecken-wecken.de/projekte/leipzig-giesst/blog/das-sind-die-top-giesserinnen-eine-zwischenauswertung-der-giesssaison">unserem Blog.</a><br /><br />
<b>Kommender Termin:</b> Samstag, den 28. September, ab 16:30: Pumpen, Gießen und Singen als Teil unserer <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/event/20240928_radeln_pumpen_giessen_singen")}}>Handschwengelpumpenradtour</a>.
</div>)}
</Wrapper>
<OverlayTitle size='small' title={""} />
{isMobile && (<div style={{ paddingLeft: '40px', paddingBottom: '20px', width: '60%', fontSize: '16pt', fontStyle: 'bold', color: 'blue' }}>
Wo stehst Du im Gießranking? Erfahre das und mehr aus <a target="_blank" href="https://stiftung-ecken-wecken.de/projekte/leipzig-giesst/blog/das-sind-die-top-giesserinnen-eine-zwischenauswertung-der-giesssaison">unserem Blog.</a><br /><br />
<b>Kommender Termin:</b> Samstag, den 28. September, ab 16:30: Pumpen, Gießen und Singen als Teil unserer <a style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={() => { history.push("/event/20240928_radeln_pumpen_giessen_singen")}}>Handschwengelpumpenradtour</a>.
</div>)}
<OverlayTitle size='xxl' title={subline} />
Expand Down

0 comments on commit 2017de4

Please sign in to comment.