これがあのこれの意味あったことない表示のやつか
<p class="mb-2 text-center max-w-40 min-w-40 mx-auto">
{this.mode === 'timeout' ? 'Keys not responding, check your key storage app' : `Confirmation required at ${this.domain}`}
</p>
{this.mode === 'timeout' ? (
<a
onClick={() => this.handleClose()}
href={`
https://${this.domain}`}
target="_blank"
class="nl-button text-nowrap py-2.5 px-3 w-full inline-flex justify-center items-center gap-x-2 text-sm font-medium rounded-lg disabled:opacity-50 disabled:pointer-events-none dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"
>
Go to {this.domain}
</a>