Skip to content

Commit 99a3ce7

Browse files
committed
add description to site create aliases
1 parent 670d381 commit 99a3ce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/js/pages/sites/components/create-site.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ export default function CreateSite({
275275
placeholder="Add aliases"
276276
onValueChange={(value) => form.setData('aliases', value)}
277277
/>
278+
<p className="text-muted-foreground text-xs">Press enter or comma to add an alias and press backspace to remove the last alias.</p>
278279
<InputError message={form.errors.aliases} />
279280
{Object.keys(form.errors)
280281
.filter((key) => key.startsWith('aliases.'))

0 commit comments

Comments
 (0)