feat: launch command palette

This commit is contained in:
Jannat Patel
2025-11-17 10:10:26 +05:30
parent 0a72f0a9a9
commit c7915e2c3d
5 changed files with 52 additions and 15 deletions

View File

@@ -403,6 +403,11 @@ export function getUserTimezone() {
export function getSidebarLinks() {
return [
{
label: 'Search',
icon: 'Search',
to: 'Search',
},
{
label: 'Courses',
icon: 'BookOpen',