mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-30 13:41:45 +00:00
Use of high resolution icons for minting status
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { useEffect, useState } from 'react';
|
||||
import syncedImg from '../assets/syncStatus/synced.png';
|
||||
import syncedMintingImg from '../assets/syncStatus/synced_minting.png';
|
||||
import syncingImg from '../assets/syncStatus/syncing.png';
|
||||
import syncedImg from '../assets/syncStatus/synced.webp';
|
||||
import syncedMintingImg from '../assets/syncStatus/synced_minting.webp';
|
||||
import syncingImg from '../assets/syncStatus/syncing.webp';
|
||||
import { getBaseApiReact } from '../App';
|
||||
import '../styles/CoreSyncStatus.css';
|
||||
import { useTheme } from '@mui/material';
|
||||
|
Reference in New Issue
Block a user