Skip to content

Commit

Permalink
Small update to run GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dialpuri committed Sep 18, 2023
1 parent 1d6ce06 commit 9dabe2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webserver/src/common/Loading.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default function Loading({loadingText}) {
className="flex flex-col items-center justify-center px-12 m-12 h-64 min-w-64 border-2 border-gray-300 rounded-lg cursor-pointer bg-gray-50 dark:hover:bg-bray-800 dark:bg-gray-700 dark:border-gray-600">
<h3 className="my-6">{loadingText}</h3>
<ClipLoader
// color={}
loading={true}
size={100}
aria-label="Loading Spinner"
Expand Down

0 comments on commit 9dabe2b

Please sign in to comment.