File tree Expand file tree Collapse file tree
resources/js/pages/dashboard/account Expand file tree Collapse file tree Original file line number Diff line number Diff line change 300300 Get help
301301 </h2 >
302302 <div class =" grid grid-cols-1 md:grid-cols-2 gap-3" >
303- <div
304- class =" bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700"
305- >
306- <div class =" p-4 flex items-center justify-between" >
307- <div class =" flex items-center gap-3" >
308- <i class =" bx bx-help-circle text-blue-500 text-[20px]" ></i >
309- <div >
310- <h3 class =" font-medium text-gray-800 dark:text-gray-100" >
311- Help Center
312- </h3 >
313- <p class =" text-xs text-gray-600 dark:text-gray-300" >
314- Find answers to common questions
315- </p >
303+ <router-link to =" https://github.com/joinloops/loops-server/discussions/categories/q-a" >
304+ <div
305+ class =" bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700"
306+ >
307+ <div class =" p-4 flex items-center justify-between" >
308+ <div class =" flex items-center gap-3" >
309+ <i class =" bx bx-help-circle text-blue-500 text-[20px]" ></i >
310+ <div >
311+ <h3 class =" font-medium text-gray-800 dark:text-gray-100" >
312+ Help Center
313+ </h3 >
314+ <p class =" text-xs text-gray-600 dark:text-gray-300" >
315+ Find answers to common questions
316+ </p >
317+ </div >
316318 </div >
319+ <i class =" bx bx-chevron-right text-gray-400 dark:text-gray-500" ></i >
317320 </div >
318- <i class =" bx bx-chevron-right text-gray-400 dark:text-gray-500" ></i >
319321 </div >
320- </div >
322+ </router-link >
321323
322324 <router-link to =" /contact" >
323325 <div
You can’t perform that action at this time.
0 commit comments