Signing Page - New Design #152
@ -5,6 +5,7 @@ import { UserAvatar } from '../UserAvatar'
|
||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
||||
import {
|
||||
faCheck,
|
||||
faEllipsis,
|
||||
faExclamation,
|
||||
faEye,
|
||||
faHourglass,
|
||||
@ -35,7 +36,7 @@ export const DisplaySigner = ({
|
||||
</Spinner>
|
||||
)
|
||||
case SignStatus.Pending:
|
||||
return <FontAwesomeIcon icon={faHourglass} />
|
||||
return <FontAwesomeIcon icon={faEllipsis} />
|
||||
case SignStatus.Invalid:
|
||||
return <FontAwesomeIcon icon={faExclamation} />
|
||||
case SignStatus.Viewer:
|
||||
|
@ -112,7 +112,7 @@ export const UsersDetails = ({
|
||||
>
|
||||
<TooltipChild>
|
||||
<DisplaySigner
|
||||
status={signersStatus[pubkey as `npub1${string}`]}
|
||||
status={signersStatus[signer]}
|
||||
profile={profile}
|
||||
pubkey={pubkey}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user