mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-30 13:41:45 +00:00
Move qortal icon from right bar to top-left bar
This commit is contained in:
@@ -73,6 +73,7 @@ export const CoreSyncStatus = () => {
|
||||
|
||||
let imagePath = syncingImg;
|
||||
let message = `Synchronizing`;
|
||||
|
||||
if (isMintingPossible && !isUsingGateway) {
|
||||
imagePath = syncedMintingImg;
|
||||
message = `${isSynchronizing ? 'Synchronizing' : 'Synchronized'} ${'(Minting)'}`;
|
||||
@@ -101,7 +102,7 @@ export const CoreSyncStatus = () => {
|
||||
<span>
|
||||
<img
|
||||
src={imagePath}
|
||||
style={{ height: 'auto', width: '24px' }}
|
||||
style={{ height: 'auto', width: '35px' }}
|
||||
alt="sync status"
|
||||
/>
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user