Rename Hook to Tour, Closes #52
This commit is contained in:
parent
9272482d6d
commit
dc044f3d05
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Hook Demo
|
||||
title: Tour
|
||||
---
|
||||
|
||||
<Hook></Hook>
|
Loading…
Reference in a new issue