Change Dockerfile

This commit is contained in:
2026-01-03 16:17:39 +01:00
parent af5e2dd590
commit 2c97ba2486
5 changed files with 62 additions and 12 deletions

View File

@ -221,7 +221,7 @@ export function CommissionOrderForm({ types }: Props) {
<FormItem>
<FormLabel>Your Name</FormLabel>
<FormControl>
<Input placeholder="Jane Doe" {...field} disabled={isSubmitting} />
<Input placeholder="Nickname, real name, how you want to be called..." {...field} disabled={isSubmitting} />
</FormControl>
<FormMessage />
</FormItem>