🔤 Ups docs to current state
This commit is contained in:
+2
-1
@@ -23,13 +23,14 @@ export class AppCfpodcasts extends LitElement {
|
||||
<nav>
|
||||
<a
|
||||
href="${this._routes.link("/")}"
|
||||
title="Home"
|
||||
title="Navigate to the home page"
|
||||
>
|
||||
<img alt="" src=${logo} />
|
||||
<c-sronly>Home</c-sronly>
|
||||
</a>
|
||||
<a
|
||||
href="${this._routes.link(routeEpisodes.path)}"
|
||||
title="Navigate to the list of episodes"
|
||||
>
|
||||
Episodes
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user