99 FileSearch ,
1010 LogOut ,
1111 Wrench ,
12- Code ,
1312 BookOpen ,
1413 Github ,
1514 MessageCircle ,
@@ -212,20 +211,7 @@ export const LeftNavigation: React.FC<LeftNavigationProps> = ({
212211 'hover:bg-gray-50 hover:text-gray-900' ,
213212 'px-3'
214213 ) }
215- hidden = { true }
216- onClick = { ( ) => { } }
217- >
218- < Code className = "h-5 w-5 shrink-0 mr-3" />
219- < span className = "truncate" > Polos APIs</ span >
220- </ Button >
221- < Button
222- variant = "ghost"
223- className = { cn (
224- 'w-full justify-start h-10 font-medium transition-all duration-200 cursor-pointer text-sm text-gray-600' ,
225- 'hover:bg-gray-50 hover:text-gray-900' ,
226- 'px-3'
227- ) }
228- onClick = { ( ) => { } }
214+ onClick = { ( ) => window . open ( 'https://docs.polos.dev' , '_blank' ) }
229215 >
230216 < BookOpen className = "h-5 w-5 shrink-0 mr-3" />
231217 < span className = "truncate" > Documentation</ span >
@@ -237,10 +223,12 @@ export const LeftNavigation: React.FC<LeftNavigationProps> = ({
237223 'hover:bg-gray-50 hover:text-gray-900' ,
238224 'px-3'
239225 ) }
240- onClick = { ( ) => { } }
226+ onClick = { ( ) =>
227+ window . open ( 'https://github.com/polos-dev/polos' , '_blank' )
228+ }
241229 >
242230 < Github className = "h-5 w-5 shrink-0 mr-3" />
243- < span className = "truncate" > Github </ span >
231+ < span className = "truncate" > GitHub </ span >
244232 </ Button >
245233 < Button
246234 variant = "ghost"
@@ -249,7 +237,7 @@ export const LeftNavigation: React.FC<LeftNavigationProps> = ({
249237 'hover:bg-gray-50 hover:text-gray-900' ,
250238 'px-3'
251239 ) }
252- onClick = { ( ) => { } }
240+ onClick = { ( ) => window . open ( 'https://discord.gg/ZAxHKMPwFG' , '_blank' ) }
253241 >
254242 < MessageCircle className = "h-5 w-5 shrink-0 mr-3" />
255243 < span className = "truncate" > Discord</ span >
0 commit comments