1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +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 "enabled": false
}, },
"_variables": { "_variables": {
"lastUpdateCheck": 1750679157111 "lastUpdateCheck": 1751901824723
} }
} }

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

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

View File

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