this is how the next step looks like
This commit is contained in:
@@ -171,16 +171,17 @@ export function Step7Illustrations({ onNext, onBack, onUpdateData, formData }: S
|
||||
<span className="font-headline text-lg font-bold">{estimatedHours}+ hours</span>
|
||||
</div>
|
||||
<div className="flex items-center gap-4">
|
||||
<Button variant="ghost" onClick={onBack}>Go Back</Button>
|
||||
<Button variant="ghost" onClick={onBack}>Back</Button>
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="w-12 h-2 bg-primary rounded-full" />
|
||||
<div className="w-12 h-2 bg-primary rounded-full" />
|
||||
<div className="w-12 h-2 bg-primary rounded-full" />
|
||||
<div className="w-12 h-2 bg-primary rounded-full" />
|
||||
<div className="w-12 h-2 bg-primary rounded-full" />
|
||||
<div className="w-12 h-2 bg-primary rounded-full" />
|
||||
<div className="w-12 h-2 bg-primary rounded-full" />
|
||||
<div className="w-12 h-2 bg-muted rounded-full" />
|
||||
<div className="w-10 h-2 bg-primary rounded-full" />
|
||||
<div className="w-10 h-2 bg-primary rounded-full" />
|
||||
<div className="w-10 h-2 bg-primary rounded-full" />
|
||||
<div className="w-10 h-2 bg-primary rounded-full" />
|
||||
<div className="w-10 h-2 bg-primary rounded-full" />
|
||||
<div className="w-10 h-2 bg-primary rounded-full" />
|
||||
<div className="w-10 h-2 bg-primary rounded-full" />
|
||||
<div className="w-10 h-2 bg-muted rounded-full" />
|
||||
<div className="w-10 h-2 bg-muted rounded-full" />
|
||||
</div>
|
||||
<Button onClick={onNext} disabled={isNextDisabled}>
|
||||
Next
|
||||
|
||||
Reference in New Issue
Block a user