Skip to content

Commit

Permalink
feat: add class to loading component
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVZ96 committed Jan 5, 2024
1 parent b5e8ae2 commit b7e6716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generic/PageLoading.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class PageLoading extends Component {

render() {
return (
<div>
<div className="page-loading">
<div
className="d-flex justify-content-center align-items-center flex-column"
style={{
Expand Down

0 comments on commit b7e6716

Please sign in to comment.