Skip to content

Commit

Permalink
goosh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemoka committed Feb 17, 2021
1 parent 4fcfae3 commit 0bf1a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Loader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const defaultOptions = {

function Loader(props) {
return (
<div style={{width: "n00%", height: "100%", position: "absolute", display: "flex", justifyContent: "center", alignItems: "center"}}>
<div style={{width: "100%", height: "100%", position: "absolute", display: "flex", justifyContent: "center", alignItems: "center"}}>
<Lottie options={defaultOptions}
height={50}
width={50}
Expand Down

0 comments on commit 0bf1a32

Please sign in to comment.