Use home icon
This commit is contained in:
parent
9d826d6e52
commit
6736f51134
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
<ul>
|
<ul>
|
||||||
<li v-if="!$store.state.device.deckMode" class="timeline" @click="goToTop">
|
<li v-if="!$store.state.device.deckMode" class="timeline" @click="goToTop">
|
||||||
<router-link to="/"><fa icon="list"/><p>{{ $t('@.timeline') }}</p></router-link>
|
<router-link to="/"><fa icon="home"/><p>{{ $t('@.timeline') }}</p></router-link>
|
||||||
</li>
|
</li>
|
||||||
<li class="featured">
|
<li class="featured">
|
||||||
<router-link to="/featured"><fa :icon="faNewspaper"/><p>{{ $t('@.featured-notes') }}</p></router-link>
|
<router-link to="/featured"><fa :icon="faNewspaper"/><p>{{ $t('@.featured-notes') }}</p></router-link>
|
||||||
|
|
Loading…
Reference in a new issue