mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
update: autocomplete for suggestions too
This commit is contained in:
parent
6d8fe814b0
commit
b17715eaff
7 changed files with 141 additions and 93 deletions
|
|
@ -23,7 +23,7 @@ async function initNav(activePage) {
|
|||
const me = await api.get('/api/users/me');
|
||||
const nav = document.getElementById('main-nav');
|
||||
nav.innerHTML = `
|
||||
<span class="brand"><span class="brand-dot">♫</span> Octane</span>
|
||||
<a class="brand" href="/index.html"><span class="brand-dot">♫</span> Octane</a>
|
||||
<button type="button" class="nav-toggle" id="nav-toggle" aria-label="Menu">☰</button>
|
||||
<div class="nav-links" id="nav-links">
|
||||
<a href="/index.html" class="${activePage === 'repertoire' ? 'active' : ''}">Répertoire</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue