|
|
|
@ -126,12 +126,12 @@ const ViewExam = ({ addExamState, stepClick, backStep }) => { |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
<div className="w-full flex justify-end mt-6"> |
|
|
|
|
<button className="py-4 px-6 rounded-lg text-red52 mr-4" |
|
|
|
|
<div className="w-full flex justify-end font-bold mt-6"> |
|
|
|
|
<button className="py-4 font-bold px-6 rounded-lg text-red52 mr-4" |
|
|
|
|
onClick={() => backStep()}> |
|
|
|
|
بازگشت به مرحله قبلی |
|
|
|
|
</button> |
|
|
|
|
<button className="bg-red52 py-4 px-6 rounded-lg text-white mr-4" |
|
|
|
|
<button className="bg-red52 py-4 px-6 rounded-lg text-white mr-4" |
|
|
|
|
onClick={() => stepClick()}> |
|
|
|
|
تایید آزمون |
|
|
|
|
</button> |
|
|
|
|