chore: Update page loading fallback components
This commit is contained in:
10
src/components/Common/PageAssistLoader.tsx
Normal file
10
src/components/Common/PageAssistLoader.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
export const PageAssistLoader = () => {
|
||||
return (
|
||||
<div className="fixed bg-[#171717] top-0 left-0 right-0 bottom-0 w-full h-screen z-50 overflow-hidden opacity-75 flex flex-col items-center justify-center">
|
||||
<p className="text-center text-white text-lg mt-4">
|
||||
Loading...
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user