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

Commit 9aed6a3

Browse files
committed
fix front page header to have docs and link to example dats
1 parent a341af1 commit 9aed6a3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

client/js/components/header.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ const header = (state, emit) => {
3434
<span class="dat-logo__word">Dat</span>
3535
</a>
3636
${importButton(emit)}
37-
<a href="/explore" data-no-routing class="header-nav-link">Explore</a>
37+
<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>
3839
<a href="/install" class="header-nav-link">Install</a>
3940
</nav>
4041
<div>

client/js/pages/landing/splash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module.exports = function (state, emit) {
6969
</div>
7070
</section>
7171
72-
<section class="section bg-neutral-04">
72+
<section id="explore" class="section bg-neutral-04">
7373
<div class="container">
7474
7575
<h2 class="content-title">Shared with Dat</h2>

0 commit comments

Comments
 (0)