mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +00:00
The home button brings us to /login already
@ogerly by the way: Prefer `v-else` instaed of double `if-clauses` - less errors.
This commit is contained in:
parent
a6f5fe8ea3
commit
18c066d17d
@ -57,13 +57,6 @@
|
|||||||
<no-ssr>
|
<no-ssr>
|
||||||
<locale-switch class="topbar-locale-switch" placement="top" offset="8" />
|
<locale-switch class="topbar-locale-switch" placement="top" offset="8" />
|
||||||
</no-ssr>
|
</no-ssr>
|
||||||
<template v-if="!isLoggedIn">
|
|
||||||
<div class="avatar-menu-popover" style="margin-left:20px">
|
|
||||||
<nuxt-link class="login-link" :to="{ name: 'login' }">
|
|
||||||
{{ $t('login.login') }}
|
|
||||||
</nuxt-link>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
<template v-if="isLoggedIn">
|
<template v-if="isLoggedIn">
|
||||||
<no-ssr>
|
<no-ssr>
|
||||||
<notification-menu placement="top" />
|
<notification-menu placement="top" />
|
||||||
|
|||||||
@ -11,8 +11,8 @@
|
|||||||
"site": {
|
"site": {
|
||||||
"made": "Made with ❤",
|
"made": "Made with ❤",
|
||||||
"imprint": "Imprint",
|
"imprint": "Imprint",
|
||||||
"termsAc": "Terms and conditions",
|
"termsAndConditions": "Terms and conditions",
|
||||||
"data-data-privacy": "Data data-data-privacy",
|
"data-privacy": "Data privacy",
|
||||||
"changelog": "Changes & History",
|
"changelog": "Changes & History",
|
||||||
"contact": "Contact",
|
"contact": "Contact",
|
||||||
"tribunal": "Registry court",
|
"tribunal": "Registry court",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user