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