Skip to content

Commit b821e62

Browse files
committed
remove unnecessary slash '/' in url hash
1 parent a07874a commit b821e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/nav.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function nav (model) {
1717
.filter(m => m.category === category)
1818
.map((module) => {
1919
return html`
20-
<a href=${`#/${module.name}`}>
20+
<a href=${`#${module.name}`}>
2121
<li>${module.name}</li>
2222
</a>
2323
`

0 commit comments

Comments
 (0)