Skip to content

Commit bae7d16

Browse files
feat: add restart button for expired auction
1 parent d92cd03 commit bae7d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ const renderBusyDomain = (
542542
$('#busyDomainYetToExpire').style.display = 'none';
543543
$('#busyDomainAlreadyExpired').style.display = 'inline';
544544
$('#restartInfoRow').style.display = 'inline';
545-
$('#restartButton').style.display = 'inline';
545+
$('#restartButton').style.display = 'inline-flex';
546546
$('#busyDomainAlreadyExpired #expiredDate').innerText = formattedExpiryDate;
547547
getCoinPrice().then((price) => {
548548
if (price) {

0 commit comments

Comments
 (0)