Skip to content

Commit

Permalink
loading
Browse files Browse the repository at this point in the history
  • Loading branch information
thakiyudheen committed Jul 17, 2024
1 parent 8b359c5 commit 11b52a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Components/common/skelton/loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ import { FaSpinner } from 'react-icons/fa';

const LoadingIndicator: React.FC = () => {
return (
// <div className="fixed inset-0 flex items-center justify-center bg-black bg-opacity-50 z-50">
// {/* <dotlottie-player
<div className="fixed inset-0 flex items-center justify-center bg-black bg-opacity-50 z-50">
{/* <dotlottie-player
// src="https://lottie.host/5a15fcda-33b9-4804-adb7-d0d45ddb5adf/6ViL1HZNqp.json"
// background="transparent"
// speed={1}
// style={{ width: '200px', height: '200px' }}
// loop
// autoplay
// ></dotlottie-player> */}
// {/* <FaSpinner className="animate-spin mr-2 text-[35px] text-blue-900 " /> */}
{/* <FaSpinner className="animate-spin mr-2 text-[35px] text-blue-900 " /> */}
<div className="spinner border-t-[4px] border-b-[4px] border-blue-700 rounded-full w-8 h-8 animate-spin"></div>
// </div>
</div>
);
};

Expand Down

0 comments on commit 11b52a7

Please sign in to comment.