Skip to content

Commit

Permalink
Merge pull request #1405 from AletheiaFact/issues895-BUGLoading
Browse files Browse the repository at this point in the history
issues895-BugLoading
  • Loading branch information
pepermao authored Oct 29, 2024
2 parents d2f0bf9 + b0fc705 commit 7270436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Loading = ({ style = {} }) => {
<div
style={{
width: "100%",
height: "50%",
height: "50vh",
display: "grid",
placeContent: "center",
...style,
Expand Down

0 comments on commit 7270436

Please sign in to comment.