Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit d0dd1f5

Browse files
committed
point explore link back to page
1 parent ef43cf4 commit d0dd1f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/js/components/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const header = (state, emit) => {
3535
</a>
3636
${importButton(emit)}
3737
<a href="https://docs.datproject.org" data-no-routing class="header-nav-link">Docs</a>
38-
<a href="#explore" data-no-routing class="header-nav-link">Explore</a>
38+
<a href="/explore" class="header-nav-link">Explore</a>
3939
<a href="/install" class="header-nav-link">Install</a>
4040
</nav>
4141
<div>

0 commit comments

Comments
 (0)