diff --git a/index.html b/index.html index c2957c9..184d329 100644 --- a/index.html +++ b/index.html @@ -1292,7 +1292,7 @@ } clone.querySelector('.transaction__receiver').textContent = queriedFloId === sender ? receiver : sender clone.querySelector('.transaction__flo-data').textContent = floData - clone.querySelector('.transaction__link').href = `https://flosight.duckdns.org/tx/${txid}` + clone.querySelector('.transaction__link').href = `https://flosight.ranchimall.net/tx/${txid}` clone.querySelector('.transaction__time').textContent = getFormattedTime(time * 1000) return clone }, @@ -1668,7 +1668,7 @@ ` : ''}
${success ? 'This might take upto 30 mins to complete and reflect on blockchain.' : result}
- ${success ? html`See transaction on blockchain` : ''} + ${success ? html`See transaction on blockchain` : ''} `) }