1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Update tutor sidebar

This commit is contained in:
Kamran Ahmed
2025-07-07 17:13:40 +01:00
parent f3025cbe40
commit d504d9b444
3 changed files with 7 additions and 9 deletions

View File

@@ -3,6 +3,6 @@
"enabled": false
},
"_variables": {
"lastUpdateCheck": 1750679157111
"lastUpdateCheck": 1751901824723
}
}

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

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

View File

@@ -1,13 +1,12 @@
import {
BookOpen,
Compass,
ListTodoIcon,
Map,
Compass, Map,
MessageCircle,
Plus,
Star,
Swords,
X,
Zap,
Zap
} from 'lucide-react';
import { useEffect, useState } from 'react';
import { isLoggedIn } from '../../lib/jwt';
@@ -43,10 +42,10 @@ const sidebarItems = [
},
{
key: 'quiz',
label: 'Test my Knowledge',
label: 'Test my Skills',
href: '/ai/quiz',
icon: ListTodoIcon,
},
icon: Swords,
},
{
key: 'roadmap-chat',
label: 'Roadmap Chat',