Update predefined-form.blade.php

This commit is contained in:
Julian Prieber 2022-11-14 11:47:33 +01:00
parent 6141291ae3
commit 6f25200753
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<label for='title' class='form-label'>Custom Title</label>
<input type='text' name='title' value='{{$link_title}}' class='form-control' />
<span class='small text-muted'>Leave blank for default title</span>
<span class='small text-muted'>Leave blank for default title</span><br>
<label for='link' class='form-label'>URL</label>
<input type='url' name='link' value='{{$link_url}}' class='form-control' required />