1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00

AI Mentor -> AI Tutor

This commit is contained in:
Kamran Ahmed
2025-06-09 13:17:44 +01:00
parent 8c4ae121fe
commit b1223a90e5
3 changed files with 4 additions and 3 deletions

1
.astro/types.d.ts vendored
View File

@@ -1 +1,2 @@
/// <reference types="astro/client" />
/// <reference path="content.d.ts" />

View File

@@ -157,7 +157,7 @@ const hasProjects = projectCount > 0;
<TabLink
url={`/${roadmapId}/ai`}
icon={Bot}
text='AI Mentor'
text='AI Tutor'
mobileText='AI'
isActive={false}
badgeText='New'

View File

@@ -48,7 +48,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Get AI-Powered Learning Guidance
</h2>
<p class='mb-6 text-sm text-gray-600 sm:text-base'>
Our AI Mentor analyzes your experience, suggests relevant roadmaps,
Our AI Tutor analyzes your experience, suggests relevant roadmaps,
and provides detailed answers to help you progress in your tech
career.
</p>
@@ -57,7 +57,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
class='inline-flex items-center gap-2 rounded-xl bg-black py-2 px-4 sm:px-6 sm:py-3 text-sm font-medium text-white transition-colors hover:opacity-80 sm:text-base'
>
<MessageCircle className='size-3 sm:size-5 fill-current' />
Chat with AI Mentor
Chat with AI Tutor
</a>
</div>
</div>