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:
1
.astro/types.d.ts
vendored
1
.astro/types.d.ts
vendored
@@ -1 +1,2 @@
|
||||
/// <reference types="astro/client" />
|
||||
/// <reference path="content.d.ts" />
|
@@ -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'
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user