Skip to content

Commit c3f3f7b

Browse files
authored
Merge pull request #83 from necolab-ugr/webui-branch
fix: Correction of previous changes to links
2 parents 9c634b0 + 637e300 commit c3f3f7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

webui/templates/2.1.field_potential_kernel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

webui/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)