Rename Hook to Tour, Closes #52

This commit is contained in:
Kristian Polso 2018-05-30 18:08:46 +03:00
parent 9272482d6d
commit dc044f3d05
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@
<li class="home__feature">
<p class="home__feature__title"><strong>New to LBRY?</strong></p>
<p class="home__feature__description">Learn how LBRY works in 3 easy steps</p>
<a class="home__feature__cta" href="/hook.html">Try the welcome guide</a>
<router-link class="home__feature__cta" to="tour.html">Take the Tour</router-link>
</li>
<li class="home__feature">
@ -194,7 +194,7 @@
</div>
</template>
<template v-else-if="$page.path == '/hook.html'">
<template v-else-if="$page.path == '/tour.html'">
<Content></Content>
</template>

View file

@ -1,5 +1,5 @@
---
title: Hook Demo
title: Tour
---
<Hook></Hook>