From 9663ba019e005899e00f199c3b897db53212ba10 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 18 Mar 2025 18:17:28 +0000 Subject: [PATCH] Improve UI --- src/components/GenerateCourse/AICourseActions.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/GenerateCourse/AICourseActions.tsx b/src/components/GenerateCourse/AICourseActions.tsx index 3ac19ff90..a33b219fc 100644 --- a/src/components/GenerateCourse/AICourseActions.tsx +++ b/src/components/GenerateCourse/AICourseActions.tsx @@ -1,4 +1,4 @@ -import { MoreVertical, X } from 'lucide-react'; +import { MoreVertical, Play, Trash2 } from 'lucide-react'; import { useRef, useState } from 'react'; import { useOutsideClick } from '../../hooks/use-outside-click'; import { useKeydown } from '../../hooks/use-keydown'; @@ -62,6 +62,13 @@ export function AICourseActions(props: AICourseActionsType) { {isOpen && (
+ + + Start Course + {!isConfirming && (