mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
update: one concert tab instead of 2
This commit is contained in:
parent
23fc039ac3
commit
8ef9d1db42
11 changed files with 161 additions and 153 deletions
|
|
@ -28,9 +28,8 @@ async function initNav(activePage) {
|
|||
<div class="nav-links" id="nav-links">
|
||||
<a href="/index.html" class="${activePage === 'repertoire' ? 'active' : ''}">Répertoire</a>
|
||||
<a href="/suggestions.html" class="${activePage === 'suggestions' ? 'active' : ''}">Suggestions</a>
|
||||
<a href="/setlist.html" class="${activePage === 'setlist' ? 'active' : ''}">Prochain concert</a>
|
||||
<a href="/concerts.html" class="${activePage === 'concerts' ? 'active' : ''}">Concerts</a>
|
||||
<a href="/calendar.html" class="${activePage === 'calendar' ? 'active' : ''}">Disponibilités</a>
|
||||
<a href="/history.html" class="${activePage === 'history' ? 'active' : ''}">Historique</a>
|
||||
</div>
|
||||
<div class="nav-user">
|
||||
<div class="nav-profile" id="nav-profile">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue