fix: Navbar i18n & Github -> GitHub (#443)

* update: Navbar i18n

* update: Github -> GitHub
This commit is contained in:
Rick 2021-03-19 09:58:17 +08:00 committed by GitHub
parent 849f67d335
commit 2a9a53a940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 4 deletions

View file

@ -68,7 +68,7 @@
<ContextMenu ref="userProfileMenu">
<div class="item" @click="toLogin" v-if="!isLooseLoggedIn">
<svg-icon icon-class="login" />
登录
{{ $t("login.login") }}
</div>
<div class="item" @click="toSettings">
<svg-icon icon-class="settings" />
@ -80,7 +80,8 @@
</div>
<hr />
<div class="item" @click="toGitHub">
<svg-icon icon-class="github" /> GitHub仓库
<svg-icon icon-class="github" />
{{ $t("nav.github") }}
</div>
</ContextMenu>
</div>