mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 18:51:32 +10:00
Removed testId from LoadingScreen
This commit is contained in:
@ -4,7 +4,7 @@ import { getRandomTip } from '../../data/tips';
|
|||||||
import Logo from '../shared/Logo';
|
import Logo from '../shared/Logo';
|
||||||
|
|
||||||
const LoadingScreen = () => (
|
const LoadingScreen = () => (
|
||||||
<Modal data-testid="loading-screen" open hideBackdrop>
|
<Modal open hideBackdrop>
|
||||||
<Fade in>
|
<Fade in>
|
||||||
<div className="w-screen h-screen flex justify-center items-center outline-none">
|
<div className="w-screen h-screen flex justify-center items-center outline-none">
|
||||||
<div className="flex flex-col items-center">
|
<div className="flex flex-col items-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user