mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 16:38:34 +02:00
fix text link in termite alert
This commit is contained in:
parent
157a8f1ea5
commit
bab1f08e67
1 changed files with 6 additions and 2 deletions
|
@ -13,7 +13,7 @@ export function TermiteAlert() {
|
|||
}
|
||||
|
||||
return (
|
||||
<Alert className="my-4 termite-alert" icon={InfoIcon}>
|
||||
<Alert className="termite-alert my-4" icon={InfoIcon}>
|
||||
<AlertTitle>Herzlich Willkommen bei der neuen Termite! 🎉</AlertTitle>
|
||||
<AlertDescription>
|
||||
<p className="mt-4">
|
||||
|
@ -31,7 +31,11 @@ export function TermiteAlert() {
|
|||
<p>
|
||||
Eure bisherigen Umfragen wurden archiviert. Ihr könnt sie noch bis zum
|
||||
15.09.2024{" "}
|
||||
<a href="https://framadate.gruene.verdigado.net/" target="_blank">
|
||||
<a
|
||||
className="text-link"
|
||||
href="https://framadate.gruene.verdigado.net/"
|
||||
target="_blank"
|
||||
>
|
||||
hier
|
||||
</a>{" "}
|
||||
einsehen und herunterladen.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue