Skip to content

Commit

Permalink
Fix check-version.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Dec 9, 2023
1 parent 8fc23cc commit 0aa4704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion frontend/src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@
"reconnecting...": "Reconnecting…",
"connecting...": "Connecting to the socket server…",
"url": "URL | URLs",
"extra": "Extra"
"extra": "Extra",
"newUpdate": "New Update"
}
4 changes: 2 additions & 2 deletions frontend/src/layouts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<span class="fs-4 title">Dockge</span>
</router-link>

<a v-if="hasNewVersion" target="_blank" href="https://github.com/louislam/dockge/releases" class="btn btn-info me-3">
<font-awesome-icon icon="arrow-alt-circle-up" /> {{ $t("New Update") }}
<a v-if="hasNewVersion" target="_blank" href="https://github.com/louislam/dockge/releases" class="btn btn-warning me-3">
<font-awesome-icon icon="arrow-alt-circle-up" /> {{ $t("newUpdate") }}
</a>

<ul class="nav nav-pills">
Expand Down

0 comments on commit 0aa4704

Please sign in to comment.