|
|
@@ -6,17 +6,7 @@ import finalInterview from '../assets/icons/Final_Interview.svg'; |
|
|
|
import closingDocs from '../assets/icons/Closing_Docs.svg'; |
|
|
|
import joiningLetter from '../assets/icons/Joining_Letter.svg'; |
|
|
|
import Celebrations from '../assets/icons/Celebrations.svg'; |
|
|
|
|
|
|
|
interface StepDetail { |
|
|
|
stepNumber: number; |
|
|
|
stepName: string; |
|
|
|
descriptionImage: string; |
|
|
|
buttonText: string; |
|
|
|
isUnlocked: boolean; |
|
|
|
link: string; |
|
|
|
isRoundCompleted: boolean; |
|
|
|
} |
|
|
|
|
|
|
|
import { StepDetail } from "../models/StepDetails"; |
|
|
|
|
|
|
|
let steps: StepDetail[] = [ |
|
|
|
{ |