diff --git a/src/components/TopicDetail/TopicDetailAI.tsx b/src/components/TopicDetail/TopicDetailAI.tsx
index 32380fd7c..4dd0a910c 100644
--- a/src/components/TopicDetail/TopicDetailAI.tsx
+++ b/src/components/TopicDetail/TopicDetailAI.tsx
@@ -259,7 +259,7 @@ export function TopicDetailAI(props: TopicDetailAIProps) {
key={subject}
target="_blank"
href={`/ai/search?term=${subject}&difficulty=beginner&src=topic`}
- className="flex items-center bg-gray-100 gap-1 gap-2 rounded-md border border-gray-300 px-2 py-1 hover:bg-gray-200 hover:text-black"
+ className="flex items-center gap-1 gap-2 rounded-md border border-gray-300 bg-gray-100 px-2 py-1 hover:bg-gray-200 hover:text-black"
>
{subject}
@@ -280,7 +280,8 @@ export function TopicDetailAI(props: TopicDetailAIProps) {
className="relative -top-[1px] size-4 shrink-0 text-black"
strokeWidth={2.5}
/>
- Chat with AI
+ Chat with AI
+ AI Tutor
)}
@@ -310,7 +311,7 @@ export function TopicDetailAI(props: TopicDetailAIProps) {
{!isPaidUser && (
<>