|
|
@ -101,7 +101,7 @@ export function FTUXModal({ onComplete, onStartTutorial }: FTUXModalProps) { |
|
|
|
|
|
|
|
|
{/* Step indicators */} |
|
|
{/* Step indicators */} |
|
|
<div className="flex gap-2 mt-4"> |
|
|
<div className="flex gap-2 mt-4"> |
|
|
{([1, 2, 3, 4] as const).map((step) => ( |
|
|
{([1, 2, 3] as const).map((step) => ( |
|
|
<div |
|
|
<div |
|
|
key={step} |
|
|
key={step} |
|
|
className={`h-1 flex-1 rounded-full transition-colors ${ |
|
|
className={`h-1 flex-1 rounded-full transition-colors ${ |
|
|
|