announcements

This commit is contained in:
pluja
2025-05-19 16:57:10 +00:00
parent 205b6e8ea0
commit 636057f8e0
26 changed files with 1966 additions and 659 deletions

View File

@@ -88,8 +88,11 @@ if (!service) return Astro.rewrite('/404')
label="Note for Moderators"
name="notes"
value={params.notes}
rows={10}
placeholder="List the changes you want us to make to the service. Example: 'Add X, Y and Z attributes' 'Monero is accepted'. Provide supporting evidence."
inputProps={{
rows: 10,
placeholder:
'List the changes you want us to make to the service. Example: "Add X, Y and Z attributes" "Monero is accepted". Provide supporting evidence.',
}}
error={inputErrors.notes}
/>