Skip to content

Commit 1d95e49

Browse files
committed
updated loading screen icon
1 parent 35aa8b6 commit 1d95e49

File tree

9 files changed

+1
-2
lines changed

9 files changed

+1
-2
lines changed

assets/logos/blackWhiteSquareIcon.jpg

-84.5 KB
Binary file not shown.

assets/logos/blackWhiteSquareIcon.png

57.8 KB
Loading

assets/logos/blackWhiteSquareLogo.jpg

-111 KB
Binary file not shown.

assets/logos/blackWhiteSquareLogo.png

61.5 KB
Loading

assets/logos/whiteBlackSquareIcon.jpg

-84.8 KB
Binary file not shown.

assets/logos/whiteBlackSquareIcon.png

57.8 KB
Loading

assets/logos/whiteBlackSquareLogo.jpg

-112 KB
Binary file not shown.

src/app/containers/ErrorContainer.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { launchContentScript } from '../actions/actions';
44
import Loader from '../components/Loader';
55
import ErrorMsg from '../components/ErrorMsg';
66
import { useStoreContext } from '../store';
7-
87
/*
98
This is the loading screen that a user may get when first initalizing the application. This page checks:
109
@@ -93,7 +92,7 @@ function ErrorContainer(): JSX.Element {
9392

9493
return (
9594
<div className='error-container'>
96-
<img src='../assets/logos/whiteBlackSquareLogo.png' alt='Reactime Logo' height='50px' />
95+
<img src='../assets/whiteBlackSquareLogo.png' alt='Reactime Logo' height='50px' />
9796

9897
<h2>Launching Reactime on tab: {currentTitle}</h2>
9998

61.5 KB
Loading

0 commit comments

Comments
 (0)