Skip to content

Commit

Permalink
feat: small new vue version icon in sidepane
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 14, 2022
1 parent f62891a commit 9335768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app-frontend/src/features/apps/AppSelectPaneItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ export default defineComponent({
<span>{{ app.version }}</span>
<span
v-if="hasNewVersion"
class="ml-2 text-sm text-green-500 flex items-center space-x-0.5"
v-tooltip="`${latestVersion} is available`"
class="ml-2 text-sm text-green-500"
>
<VueIcon
icon="new_releases"
class="w-5 h-5"
/>
<span>{{ latestVersion }}</span>
</span>
</span>

Expand Down

0 comments on commit 9335768

Please sign in to comment.