mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 13:52:46 +02:00
Hide roadmap courses tab on mobile
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" />
|
@@ -150,7 +150,7 @@ const hasProjects = projectCount > 0;
|
|||||||
icon={BookOpenIcon}
|
icon={BookOpenIcon}
|
||||||
text='Courses'
|
text='Courses'
|
||||||
isActive={activeTab === 'courses'}
|
isActive={activeTab === 'courses'}
|
||||||
badgeText='New'
|
className='hidden md:flex'
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{hasAIChat && (
|
{hasAIChat && (
|
||||||
@@ -158,7 +158,7 @@ const hasProjects = projectCount > 0;
|
|||||||
url={`/${roadmapId}/ai`}
|
url={`/${roadmapId}/ai`}
|
||||||
icon={Bot}
|
icon={Bot}
|
||||||
text='Chat with AI'
|
text='Chat with AI'
|
||||||
mobileText="AI"
|
mobileText='AI'
|
||||||
isActive={false}
|
isActive={false}
|
||||||
badgeText='New'
|
badgeText='New'
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user