spelling: identity

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:07:33 -04:00
parent 6c5dfbf8a9
commit 5b7ef2ff3c
2 changed files with 2 additions and 2 deletions

View File

@ -374,7 +374,7 @@ a {
border: 0;
}
.itentity-match-wrapper {
.identity-match-wrapper {
float: left;
padding: 10px;
width: 120px;

View File

@ -6,7 +6,7 @@
<form action="delegation" method="post">
{{foreach $identities as $identity}}
<div class="itentity-match-wrapper {{if $identity.selected}}selected-identity{{/if}}" id="identity-match-{{$identity.uid}}">
<div class="identity-match-wrapper {{if $identity.selected}}selected-identity{{/if}}" id="identity-match-{{$identity.uid}}">
<div class="identity-match-photo" id="identity-match-photo-{{$identity.uid}}">
<button type="submit" name="identity" value="{{$identity.uid}}" title="{{$identity.username}}">
<img src="{{$identity.thumb}}" alt="{{$identity.username}}" />