diff --git a/frontend/src/components/LessonComplete.tsx b/frontend/src/components/LessonComplete.tsx new file mode 100644 index 0000000..e7d55f3 --- /dev/null +++ b/frontend/src/components/LessonComplete.tsx @@ -0,0 +1,26 @@ +import DuoSplash from "../assets/img/duo-splash.png"; +import { useNavigate } from "react-router-dom"; + +interface LessonCompleteProps { + home: string; + } + +export default function LessonComplete({ home } : LessonCompleteProps) +{ + const navigate = useNavigate(); + + return
+ Experience Gained: +100XP +
+ +Please record a message to start the conversation.
+ {messages.length === 0 && !isLoading ? ( +Please record a message to start the conversation.
) : ( messages.map((message, index) => (