File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ <h1 class="text-slate-900 dark:text-white text-4xl font-black leading-tight trac
508508 </ template >
509509 < template x-if ="activeTab !== 'create_kernel' ">
510510 < button
511- @click ="if (activeTab === 'cdm_computation') { activeTab = 'create_kernel' } else if (activeTab === 'meeg') { activeTab = 'create_kernel ' } "
511+ @click ="if (activeTab === 'cdm_computation') { activeTab = 'create_kernel' } else if (activeTab === 'meeg') { activeTab = 'cdm_computation ' } "
512512 class ="flex items-center justify-center gap-2 h-12 px-6 w-full sm:w-auto text-primary dark:text-white font-bold text-base rounded-lg hover:bg-primary/10 dark:hover:bg-white/10 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary/50 dark:focus:ring-offset-background-dark transition-colors border border-primary dark:border-white/50 ">
513513 < span class ="material-symbols-outlined "> arrow_back</ span >
514514 Back step</ button >
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ <h2 class="text-lg font-bold tracking-tight">ncpi</h2>
6868 < a class ="text-gray-600 hover:text-primary dark:text-gray-300 dark:hover:text-primary transition-colors "
6969 href ="{{url_for('dashboard')}} "> Dashboard</ a >
7070 < a class ="text-gray-600 hover:text-primary dark:text-gray-300 dark:hover:text-primary transition-colors "
71- href ="https://github.com/ necolab-ugr/ncpi "> Documentation</ a >
71+ href ="https://necolab-ugr.github.io /ncpi/ "> Documentation</ a >
7272 < a class ="text-gray-600 hover:text-primary dark:text-gray-300 dark:hover:text-primary transition-colors "
7373 href ="https://github.com/necolab-ugr/ncpi/blob/main/README.md "> Help</ a >
7474 </ nav >
@@ -114,7 +114,7 @@ <h2 class="text-lg font-bold tracking-tight">ncpi</h2>
114114 < a class ="text-sm text-gray-500 hover:text-primary dark:text-gray-400 dark:hover:text-primary transition-colors "
115115 href ="https://github.com/necolab-ugr/ncpi/tree/main/webui "> About</ a >
116116 < a class ="text-sm text-gray-500 hover:text-primary dark:text-gray-400 dark:hover:text-primary transition-colors "
117- href ="https://www .ugr.es/~bcilab/personal.html "> Contact</ a >
117+ href ="https://necolab .ugr.es/ "> Contact</ a >
118118 < a class ="text-sm text-gray-500 hover:text-primary dark:text-gray-400 dark:hover:text-primary transition-colors "
119119 href ="https://github.com/necolab-ugr/ncpi/blob/main/LICENSE "> Privacy Policy</ a >
120120 </ div >
You can’t perform that action at this time.
0 commit comments