We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5630984 + 33a4e43 commit 318c8a2Copy full SHA for 318c8a2
src/components/header-navigation/header-navigation.tsx
@@ -10,9 +10,9 @@ export class HeaderNavigation {
10
return (
11
<header>
12
<nav>
13
- <router-link href="/profile/stencil" class="nav-link" activeClass="active">Profile</router-link>
14
- <router-link href="/about" class="nav-link" activeClass="active">StencilJS components</router-link>
15
- <router-link href="/posts-dashboard" class="nav-link" activeClass="active">Posts Dashboard</router-link>
+ <a href="/profile/stencil" class="nav-link" >Profile</a>
+ <a href="/web-components" class="nav-link" >StencilJS components</a>
+ <a href="/posts-dashboard" class="nav-link">Posts Dashboard</a>
16
</nav>
17
</header>
18
);
src/index.html
@@ -19,6 +19,5 @@
19
</head>
20
<body>
21
<app-root></app-root>
22
-
23
</body>
24
</html>
0 commit comments