File tree 1 file changed +7
-7
lines changed
components/dashboardComponents
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
"use client" ;
2
+
2
3
import {
3
4
Calendar ,
4
5
ChevronUp ,
5
- Home ,
6
- Inbox ,
7
6
Search ,
8
7
Settings ,
8
+ User ,
9
9
User2 ,
10
10
} from "lucide-react" ;
11
11
import { useState } from "react" ;
@@ -29,20 +29,20 @@ import {
29
29
DropdownMenuTrigger ,
30
30
} from "@/components/ui/dropdown-menu" ;
31
31
import { cn } from "@/lib/utils" ;
32
- import { useAuthStore } from "@/store/AuthStore/useAuthStore" ;
33
32
import { signout } from "@/app/actions/action" ;
33
+ import Dashboard from "@/app/dashboard/page" ;
34
34
35
35
// Menu items.
36
36
const items = [
37
37
{
38
- title : "Home " ,
38
+ title : "profile " ,
39
39
url : "#" ,
40
- icon : Home ,
40
+ icon : User ,
41
41
} ,
42
42
{
43
- title : "Inbox " ,
43
+ title : "Problems " ,
44
44
url : "#" ,
45
- icon : Inbox ,
45
+ icon : Dashboard ,
46
46
} ,
47
47
{
48
48
title : "Calendar" ,
You can’t perform that action at this time.
0 commit comments