mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 13:52:46 +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 types="astro/client" />
|
||||||
|
/// <reference path="content.d.ts" />
|
@@ -157,7 +157,7 @@ const hasProjects = projectCount > 0;
|
|||||||
<TabLink
|
<TabLink
|
||||||
url={`/${roadmapId}/ai`}
|
url={`/${roadmapId}/ai`}
|
||||||
icon={Bot}
|
icon={Bot}
|
||||||
text='AI Mentor'
|
text='AI Tutor'
|
||||||
mobileText='AI'
|
mobileText='AI'
|
||||||
isActive={false}
|
isActive={false}
|
||||||
badgeText='New'
|
badgeText='New'
|
||||||
|
@@ -48,7 +48,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
Get AI-Powered Learning Guidance
|
Get AI-Powered Learning Guidance
|
||||||
</h2>
|
</h2>
|
||||||
<p class='mb-6 text-sm text-gray-600 sm:text-base'>
|
<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
|
and provides detailed answers to help you progress in your tech
|
||||||
career.
|
career.
|
||||||
</p>
|
</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'
|
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' />
|
<MessageCircle className='size-3 sm:size-5 fill-current' />
|
||||||
Chat with AI Mentor
|
Chat with AI Tutor
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user