feat: Person name aliases — support name changes over time #181 #206
@@ -125,7 +125,7 @@ async function addAlias() {
|
||||
<button
|
||||
type="button"
|
||||
onclick={() => confirmDelete(alias.id)}
|
||||
aria-label={m.person_alias_btn_delete()}
|
||||
aria-label="{m.person_alias_btn_delete()} {alias.lastName}"
|
||||
class="ml-4 inline-flex min-h-[44px] min-w-[44px] items-center justify-center text-red-400 transition-colors hover:text-red-600"
|
||||
>
|
||||
<svg
|
||||
|
||||
Reference in New Issue
Block a user