mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:59:18 +02:00
Added missing icon in sidebar
This commit is contained in:
parent
8ff047365c
commit
c4318b4ddd
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
<template v-else>
|
||||
<router-link class="item" :to="{name: 'login'}"><i class="sign in icon"></i><translate>Login</translate></router-link>
|
||||
<router-link class="item" :to="{path: '/signup'}">
|
||||
<i class="corner add icon"></i>
|
||||
<translate>Create an account</translate>
|
||||
</router-link>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue