Skip to content

Commit

Permalink
fix(web): label for attribute (immich-app#3731)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-athome authored Aug 16, 2023
1 parent bab739e commit 4ee6347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/routes/(user)/people/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@

<form on:submit|preventDefault={submitNameChange} autocomplete="off">
<div class="m-4 flex flex-col gap-2">
<label class="immich-form-label" for="email">Name</label>
<label class="immich-form-label" for="name">Name</label>
<!-- svelte-ignore a11y-autofocus -->
<input class="immich-form-input" id="name" name="name" type="text" bind:value={personName} autofocus />
</div>
Expand Down

0 comments on commit 4ee6347

Please sign in to comment.