Skip to content

Commit 0a9bd5f

Browse files
committed
Always link to Tutorials index from topbar
1 parent ed7a35f commit 0a9bd5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/assets/topbar/topbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ document.addEventListener("DOMContentLoaded", function() {
4646
</div>
4747
<a class="nav-link nav-item ${name === 'QuantumPropagators.jl' ? 'current' : ''}" href="${name === 'QuantumPropagators.jl' ? '' : 'https://juliaquantumcontrol.github.io/QuantumPropagators.jl/' + suffix}">QuantumPropagators.jl</a>
4848
<a class="nav-link nav-item ${name === 'QuantumControl.jl' ? 'current' : ''}" href="${name === 'QuantumControl.jl' ? '' : 'https://juliaquantumcontrol.github.io/QuantumControl.jl/' + suffix}">QuantumControl.jl</a>
49-
<a class="nav-link nav-item ${name.includes('Tutorials') ? 'current' : ''}" href="${name.includes('Tutorials') ? '' : 'https://juliaquantumcontrol.github.io/Tutorials/'}">Tutorials</a>
49+
<a class="nav-link nav-item ${name.includes('Tutorials') ? 'current' : ''}" href="https://juliaquantumcontrol.github.io/Tutorials/">Tutorials</a>
5050
</div>
5151
<button id="multidoc-toggler">
5252
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">

0 commit comments

Comments
 (0)