CID-Disclaimer
This commit is contained in:
@@ -283,6 +283,14 @@ export const SocialForm = ({
|
||||
})}
|
||||
/>
|
||||
</label>
|
||||
<p
|
||||
className="label mt-2 w-full text-wrap text-left tooltip"
|
||||
data-tip="Wenn du dein VATSIM-CID hier angibst, wirst du dein Vorname, das Initial des Nachnamens
|
||||
und dein VATSIM-CID öffentlich in einer Tabelle angezeigt. Dies dient der
|
||||
Nachvollziehbarkeit für Vatsim-Supervisor"
|
||||
>
|
||||
Wird öffentlich angezeigt
|
||||
</p>
|
||||
{form.formState.errors.vatsimCid && (
|
||||
<p className="text-error">{form.formState.errors.vatsimCid.message}</p>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user