Skip to content

Commit 06246e1

Browse files
Merge pull request topcoder-archive#588 from topcoder-platform/issue_196
issue 196 fix
2 parents ceb0097 + 5863ef4 commit 06246e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/Router.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export default function AppRouter() {
2222
position: "absolute",
2323
display: "flex",
2424
justifyContent: "center",
25+
alignItems: "center",
2526
height: "100vh",
2627
width: "100vw",
2728
backgroundColor: "white",
@@ -31,7 +32,7 @@ export default function AppRouter() {
3132
right: 0,
3233
}}
3334
>
34-
<img src={loader} alt="Loading" />
35+
<img style={{height: "120px", width: "120px" }} src={loader} alt="Loading" />
3536
</div>
3637
);
3738
}

0 commit comments

Comments
 (0)