Last active
February 22, 2021 06:26
-
-
Save cv2k10/9661f0387d820aa29de4433e0a8867eb to your computer and use it in GitHub Desktop.
Revisions
-
cv2k10 revised this gist
Feb 22, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ function Loader() { return ( <div className="d-flex justify-content-center align-items-center h-100 "> <Spinner color="dark" /> </div> ) -
cv2k10 created this gist
Feb 22, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ function Loader() { return ( <div className="d-flex justify-content-center align-items-center min-vh-100 "> <Spinner color="dark" /> </div> ) } export default Loader;