Updated the expiry date to show as red
This commit is contained in:
@@ -69,8 +69,8 @@ export default function ExamLoader() {
|
||||
</RadioGroup.Option>
|
||||
))}
|
||||
</RadioGroup>
|
||||
<Input type="text" name="examId" onChange={setExamId} placeholder="Exam ID" className="-md:!w-full md:!w-44 2xl:!w-full" />
|
||||
<Button disabled={!selectedModule || !examId} isLoading={isLoading} className="-md:!w-full md:!w-44 2xl:!w-full">
|
||||
<Input type="text" name="examId" onChange={setExamId} placeholder="Exam ID" className="w-full" />
|
||||
<Button disabled={!selectedModule || !examId} isLoading={isLoading} className="w-full">
|
||||
Load Exam
|
||||
</Button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user