mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
use correct card type
This commit is contained in:
parent
a6f6e6ce76
commit
78440d2d43
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ HTMLCollection [
|
|||
class="mx_DeviceSecurityCard"
|
||||
>
|
||||
<div
|
||||
class="mx_DeviceSecurityCard_icon Verified"
|
||||
class="mx_DeviceSecurityCard_icon Inactive"
|
||||
>
|
||||
<div
|
||||
height="16"
|
||||
|
@ -63,7 +63,7 @@ HTMLCollection [
|
|||
class="mx_DeviceSecurityCard"
|
||||
>
|
||||
<div
|
||||
class="mx_DeviceSecurityCard_icon Verified"
|
||||
class="mx_DeviceSecurityCard_icon Unverified"
|
||||
>
|
||||
<div
|
||||
height="16"
|
||||
|
|
Loading…
Reference in a new issue