mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-14 20:11:22 +00:00
Use of high resolution icons for minting status
This commit is contained in:
parent
ff4eed5b8b
commit
831b022f06
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/syncStatus/synced.webp
Normal file
BIN
src/assets/syncStatus/synced.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/syncStatus/synced_minting.webp
Normal file
BIN
src/assets/syncStatus/synced_minting.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
BIN
src/assets/syncStatus/syncing.webp
Normal file
BIN
src/assets/syncStatus/syncing.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
@ -1,7 +1,7 @@
|
|||||||
import { useEffect, useState } from 'react';
|
import { useEffect, useState } from 'react';
|
||||||
import syncedImg from '../assets/syncStatus/synced.png';
|
import syncedImg from '../assets/syncStatus/synced.webp';
|
||||||
import syncedMintingImg from '../assets/syncStatus/synced_minting.png';
|
import syncedMintingImg from '../assets/syncStatus/synced_minting.webp';
|
||||||
import syncingImg from '../assets/syncStatus/syncing.png';
|
import syncingImg from '../assets/syncStatus/syncing.webp';
|
||||||
import { getBaseApiReact } from '../App';
|
import { getBaseApiReact } from '../App';
|
||||||
import '../styles/CoreSyncStatus.css';
|
import '../styles/CoreSyncStatus.css';
|
||||||
import { useTheme } from '@mui/material';
|
import { useTheme } from '@mui/material';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user