forked from lukevella/rallly
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from verdigado/feature/update-home-page-info
Update info alert on home page
- Loading branch information
Showing
1 changed file
with
1 addition
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,21 +28,8 @@ export function TermiteAlert() { | |
</a> | ||
. | ||
</p> | ||
<p> | ||
Eure bisherigen Umfragen wurden archiviert. Ihr könnt sie noch bis zum | ||
15.09.2024{" "} | ||
<a | ||
className="text-link" | ||
href="https://framadate.gruene.verdigado.net/" | ||
target="_blank" | ||
> | ||
hier | ||
</a>{" "} | ||
einsehen und herunterladen. | ||
</p> | ||
<p className="mt-2"> | ||
Wir bitten euch, die Daten bei Bedarf zu sichern. Bei Fragen oder | ||
Feedback wendet euch gerne an <strong>[email protected]</strong>. | ||
Bei Fragen oder Feedback wendet euch gerne an <strong>[email protected]</strong>. | ||
</p> | ||
<div> | ||
<Button | ||
|