Optimize app-inactive.png (#1062)

This commit is contained in:
Alexander Zinchuk 2021-05-06 19:31:26 +03:00
parent fa4cb519e7
commit 9ec40e3ce8
2 changed files with 0 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 67 KiB

View File

@ -5,7 +5,6 @@ import Button from '../ui/Button';
import appInactivePath from '../../assets/app-inactive.png';
import './AppInactive.scss';
const AppInactive: FC = () => {
const handleReload = () => {
window.location.reload();