1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00
This commit is contained in:
Kamran Ahmed
2025-03-14 02:14:42 +00:00
parent b74f290995
commit 9532a8ad04

View File

@@ -36,10 +36,7 @@ export function AICourseFollowUp(props: AICourseFollowUpProps) {
onClick={() => setIsOpen(true)}
>
<BotIcon className="h-4 w-4" />
<span>
<span className="max-sm:hidden">Still confused?&nbsp;</span>
Ask AI some follow up questions
</span>
<span>Ask AI some follow up questions</span>
<ArrowRightIcon className="ml-auto h-4 w-4 max-sm:hidden" />
</button>