Skip to content

Commit

Permalink
Question Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanen committed Oct 13, 2024
1 parent f499b91 commit fb04f79
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down Expand Up @@ -367,6 +367,10 @@ const QueueFormFields = ({
htmlFor="timer-questions-group"
>
Question Timer
<Icon
name="question circle outline"
style={{ marginLeft: "0.5em" }}
/>
</label>
}
content="The countdown timer is only visable to staff"
Expand Down

0 comments on commit fb04f79

Please sign in to comment.