Skip to content

Commit fe07a7a

Browse files
committed
Used for attribute instead of id
1 parent 2bd2570 commit fe07a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LinkDotNet.Blog.Web/Shared/Skills/AddSkillDialog.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="mb-3">
1212
<label for="image">Image Url</label>
1313
<InputText class="form-control" id="image" @bind-Value="model.ImageUrl"/>
14-
<small id="image" class="form-text text-muted">If set is used before the skill (optional). 24x24 pixel
14+
<small for="image" class="form-text text-muted">If set is used before the skill (optional). 24x24 pixel
1515
optimal size</small>
1616
</div>
1717
<div class="mb-3">

0 commit comments

Comments
 (0)