We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92cd03 commit bae7d16Copy full SHA for bae7d16
src/index.js
@@ -542,7 +542,7 @@ const renderBusyDomain = (
542
$('#busyDomainYetToExpire').style.display = 'none';
543
$('#busyDomainAlreadyExpired').style.display = 'inline';
544
$('#restartInfoRow').style.display = 'inline';
545
- $('#restartButton').style.display = 'inline';
+ $('#restartButton').style.display = 'inline-flex';
546
$('#busyDomainAlreadyExpired #expiredDate').innerText = formattedExpiryDate;
547
getCoinPrice().then((price) => {
548
if (price) {
0 commit comments