mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 22:47:15 +01:00
fix info message
This commit is contained in:
committed by
Thomas Ruoff
parent
36f8719531
commit
0d71a41c9a
@@ -21,9 +21,9 @@ function BookForm() {
|
||||
<Reason />
|
||||
{dataStoredLoaded && (
|
||||
<p className="mb-6 info-message">
|
||||
Buchungsdaten wurden aus Deinem Browser geladen und vorausgefüllt.{' '}
|
||||
Buchungsdaten wurden aus Deinem Browser geladen und vorausgefüllt.
|
||||
<a
|
||||
className="font-medium text-blue-400 underline cursor-pointer hover:text-blue-600"
|
||||
className="ml-3 font-medium text-blue-400 underline cursor-pointer hover:text-blue-600"
|
||||
onClick={forgetData}
|
||||
>
|
||||
Daten wieder vergessen
|
||||
|
||||
Reference in New Issue
Block a user