mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
fix img
This commit is contained in:
@@ -62,7 +62,7 @@ export const CoreSyncStatus = () => {
|
||||
const { isSynchronizing = false, syncPercent = 0, isMintingPossible = false, height = 0, numberOfConnections = 0 } = nodeInfos;
|
||||
const buildVersion = coreInfos?.buildVersion ? coreInfos?.buildVersion.substring(0, 12) : '';
|
||||
|
||||
let imagePath = '/img/syncing.png';
|
||||
let imagePath = syncingImg;
|
||||
let message = `Synchronizing`
|
||||
if (isSynchronizing === true && syncPercent === 99) {
|
||||
imagePath = syncedImg
|
||||
|
Reference in New Issue
Block a user