add home link to logo
This commit is contained in:
parent
f89f6b36c8
commit
92179f4914
@ -2,7 +2,9 @@
|
||||
<div>
|
||||
<nav class="nav flex-column">
|
||||
<div class="nav-link logo d-flex justify-content-between">
|
||||
<Logo />
|
||||
<router-link :to="{name: 'home'}">
|
||||
<Logo />
|
||||
</router-link>
|
||||
<button class="btn btn-link btn-lg p-0 d-md-none" @click="hideMenu">
|
||||
<Icon icon="x" />
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user