diff --git a/app/globals.css b/app/globals.css index 449c304..8e74f37 100644 --- a/app/globals.css +++ b/app/globals.css @@ -315,3 +315,5 @@ display: none; } */ + + diff --git a/components/BotWidget.tsx b/components/BotWidget.tsx index b98fdae..9def334 100644 --- a/components/BotWidget.tsx +++ b/components/BotWidget.tsx @@ -11,7 +11,7 @@ export default function BotWidget() { const [messages, setMessages] = useState([ { role: "bot", - content: "👋 Hi! I’m your DSAMate Bot. Tell me what you’ve done so far!", + content: "👋 Hi! I'm your DSAMate Bot. Tell me what you've done so far!", }, ]); const [loading, setLoading] = useState(false); @@ -72,88 +72,101 @@ export default function BotWidget() { }; return ( -
{q.description}
-- Topic: {q.topic} | Level: {q.level} -
-{q.description}
++ Topic: {q.topic} | Level: {q.level} +
+🤖 Thinking...
++ 🤖 Thinking... +
)}