@@ -44,20 +44,22 @@ import { CircleDollarSign, CircleUserRound, Gamepad2, LogOut, Settings } from "l
4444 placeholder = ""
4545 onPointerEnterCapture = { ( ) => { } }
4646 onPointerLeaveCapture = { ( ) => { } } >
47- < ListItem
48- className = "flex items-center cursor-pointer hover:bg-gray-900 text-gray-400 hover:text-white text-lg font-medium transition-colors p-4 px-6 gap-4"
49- placeholder = ""
50- onPointerEnterCapture = { ( ) => { } }
51- onPointerLeaveCapture = { ( ) => { } } >
52- < ListItemPrefix
53- placeholder = ""
54- onPointerEnterCapture = { ( ) => { } }
55- onPointerLeaveCapture = { ( ) => { } } >
56- < Gamepad2 className = "h-6 w-6" />
57- </ ListItemPrefix >
58- Jogos
59- </ ListItem >
60- < Link to = "/wallet" className = "no-underline" >
47+ < Link to = { "/home" } className = "no-underline" >
48+ < ListItem
49+ className = "flex items-center cursor-pointer hover:bg-gray-900 text-gray-400 hover:text-white text-lg font-medium transition-colors p-4 px-6 gap-4"
50+ placeholder = ""
51+ onPointerEnterCapture = { ( ) => { } }
52+ onPointerLeaveCapture = { ( ) => { } } >
53+ < ListItemPrefix
54+ placeholder = ""
55+ onPointerEnterCapture = { ( ) => { } }
56+ onPointerLeaveCapture = { ( ) => { } } >
57+ < Gamepad2 className = "h-6 w-6" />
58+ </ ListItemPrefix >
59+ Jogos
60+ </ ListItem >
61+ </ Link >
62+ < Link to = "/transacoes" className = "no-underline" >
6163 < ListItem
6264 className = "flex items-center cursor-pointer hover:bg-gray-900 text-gray-400 hover:text-white text-lg font-medium transition-colors p-4 px-6 gap-4"
6365 placeholder = ""
@@ -71,18 +73,20 @@ import { CircleDollarSign, CircleUserRound, Gamepad2, LogOut, Settings } from "l
7173 Saldo e Transações
7274 </ ListItem >
7375 </ Link >
74- < ListItem
75- className = "flex items-center cursor-pointer hover:bg-gray-900 text-gray-400 hover:text-white text-lg font-medium transition-colors p-4 px-6 gap-4"
76- placeholder = ""
77- onPointerEnterCapture = { ( ) => { } }
78- onPointerLeaveCapture = { ( ) => { } } >
79- < ListItemPrefix placeholder = ""
76+ < Link to = { '/perfil' } className = "no-underline" >
77+ < ListItem
78+ className = "flex items-center cursor-pointer hover:bg-gray-900 text-gray-400 hover:text-white text-lg font-medium transition-colors p-4 px-6 gap-4"
79+ placeholder = ""
8080 onPointerEnterCapture = { ( ) => { } }
8181 onPointerLeaveCapture = { ( ) => { } } >
82- < CircleUserRound className = "h-6 w-6" />
83- </ ListItemPrefix >
84- Perfil
85- </ ListItem >
82+ < ListItemPrefix placeholder = ""
83+ onPointerEnterCapture = { ( ) => { } }
84+ onPointerLeaveCapture = { ( ) => { } } >
85+ < CircleUserRound className = "h-6 w-6" />
86+ </ ListItemPrefix >
87+ Perfil
88+ </ ListItem >
89+ </ Link >
8690 < ListItem
8791 className = "flex items-center cursor-pointer hover:bg-gray-900 text-gray-400 hover:text-white text-lg font-medium transition-colors p-4 px-6 gap-4"
8892 placeholder = ""
@@ -97,21 +101,23 @@ import { CircleDollarSign, CircleUserRound, Gamepad2, LogOut, Settings } from "l
97101 </ ListItemPrefix >
98102 Configurações
99103 </ ListItem >
100- < ListItem
101- className = "flex items-center cursor-pointer hover:bg-gray-900 text-gray-400 hover:text-white text-lg font-medium transition-colors p-4 px-6 gap-4"
102- placeholder = ""
103- onPointerEnterCapture = { ( ) => { } }
104- onPointerLeaveCapture = { ( ) => { } }
105- >
106- < ListItemPrefix
104+ < Link to = { '/' } className = "no-underline" >
105+ < ListItem
106+ className = "flex items-center cursor-pointer hover:bg-gray-900 text-gray-400 hover:text-white text-lg font-medium transition-colors p-4 px-6 gap-4"
107107 placeholder = ""
108108 onPointerEnterCapture = { ( ) => { } }
109109 onPointerLeaveCapture = { ( ) => { } }
110- >
111- < LogOut className = "h-6 w-6" />
112- </ ListItemPrefix >
113- Sair
114- </ ListItem >
110+ >
111+ < ListItemPrefix
112+ placeholder = ""
113+ onPointerEnterCapture = { ( ) => { } }
114+ onPointerLeaveCapture = { ( ) => { } }
115+ >
116+ < LogOut className = "h-6 w-6" />
117+ </ ListItemPrefix >
118+ Sair
119+ </ ListItem >
120+ </ Link >
115121 </ List >
116122 </ Card >
117123 ) ;
0 commit comments