Fix missing pointer for anon info (#1201)
This commit is contained in:
parent
4e14e2b5d3
commit
2e346b488d
|
@ -162,7 +162,7 @@ function AnonInfo () {
|
|||
|
||||
return (
|
||||
<AnonIcon
|
||||
className='ms-2 fill-theme-color' height={22} width={22}
|
||||
className='ms-2 fill-theme-color pointer' height={22} width={22}
|
||||
onClick={
|
||||
(e) =>
|
||||
showModal(onClose =>
|
||||
|
|
Loading…
Reference in New Issue