fix: the following is done:
- show cursor as pointer when hovering "Advanced Options" - show error reporting identifier as bold text - when closing account menu with opened "Sign in" form and then reopening account menu, don't show "Sign in" form
This commit is contained in:
@@ -56,8 +56,7 @@ const ErrorReporting = observer(({ appState }: Props) => {
|
||||
{errorReportingIdValue && (
|
||||
<>
|
||||
<p className="sk-p selectable">
|
||||
Your random identifier is
|
||||
strong {errorReportingIdValue}
|
||||
Your random identifier is <span className="font-bold">{errorReportingIdValue}</span>
|
||||
</p>
|
||||
<p className="sk-p">
|
||||
Disabling error reporting will remove that identifier from your
|
||||
|
||||
Reference in New Issue
Block a user