From d504d9b4440ae0281cd782eeb927202b4001cf21 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 7 Jul 2025 17:13:40 +0100 Subject: [PATCH] Update tutor sidebar --- .astro/settings.json | 2 +- .astro/types.d.ts | 1 - src/components/AITutor/AITutorSidebar.tsx | 13 ++++++------- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.astro/settings.json b/.astro/settings.json index 7e0ebf75c..024a36f09 100644 --- a/.astro/settings.json +++ b/.astro/settings.json @@ -3,6 +3,6 @@ "enabled": false }, "_variables": { - "lastUpdateCheck": 1750679157111 + "lastUpdateCheck": 1751901824723 } } \ No newline at end of file diff --git a/.astro/types.d.ts b/.astro/types.d.ts index 03d7cc43f..f964fe0cf 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -1,2 +1 @@ /// -/// \ No newline at end of file diff --git a/src/components/AITutor/AITutorSidebar.tsx b/src/components/AITutor/AITutorSidebar.tsx index 35216897f..26508a37d 100644 --- a/src/components/AITutor/AITutorSidebar.tsx +++ b/src/components/AITutor/AITutorSidebar.tsx @@ -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',