From fb04f79e7d5fbd27074e05d93ab020c1a584e440 Mon Sep 17 00:00:00 2001 From: Ryan Tanenholz <44756861+RockCrafts@users.noreply.github.com> Date: Sun, 13 Oct 2024 13:36:13 -0400 Subject: [PATCH] Question Icon --- .../Course/InstructorQueuePage/QueueFormFields.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/components/Course/InstructorQueuePage/QueueFormFields.tsx b/frontend/components/Course/InstructorQueuePage/QueueFormFields.tsx index 63f4d81d..35fbf3a4 100644 --- a/frontend/components/Course/InstructorQueuePage/QueueFormFields.tsx +++ b/frontend/components/Course/InstructorQueuePage/QueueFormFields.tsx @@ -1,5 +1,5 @@ import { useEffect, useMemo, useState } from "react"; -import { Form, Popup } from "semantic-ui-react"; +import { Form, Icon, Popup } from "semantic-ui-react"; import { Queue, VideoChatSetting } from "../../../types"; export interface QueueFormInput { @@ -367,6 +367,10 @@ const QueueFormFields = ({ htmlFor="timer-questions-group" > Question Timer + } content="The countdown timer is only visable to staff"