This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
fix
https://github.com/lesspass/lesspass/issues/156
pull/342/head
Guillaume Vincent
7 years ago
parent
be7c5293f5
commit
22961d3d7a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/Menu.vue
+ 1
- 1
src/components/Menu.vue
View File
@@ -39,7 +39,7 @@
<i class="fa fa-lg fa-sign-out" aria-hidden="true"></i>
</button>
<router-link class="white-link pl-3" :to="{ name: 'login'}" v-if="isGuest">
<i class="fa fa-lg fa-
user-secret
pointer" aria-hidden="true"></i>
<i class="fa fa-lg fa-
sign-in
pointer" aria-hidden="true"></i>
</router-link>
</div>
</div>
Write
Preview
Loading…
Cancel
Save