Move qortal icon from right bar to top-left bar

This commit is contained in:
Nicola Benaglia
2025-04-19 16:48:23 +02:00
parent a2c0e3af25
commit 46e52ec738
8 changed files with 182 additions and 163 deletions

View File

@@ -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>