fixed a few bugs, fleshed out a few cornerstones
This commit is contained in:
parent
b54c89c9c4
commit
4e612cb224
4 changed files with 22 additions and 5 deletions
|
|
@ -40,7 +40,7 @@ class NavBar extends LitElement {
|
|||
|
||||
#link(route, label) {
|
||||
return html`
|
||||
|
||||
<a
|
||||
href="/${route}"
|
||||
?active=${this.#route.value === route}
|
||||
@click=${(e) => this.#navigate(route, e)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue