From f78a7cd98d860218c38b84a3ef4f32baeb9f978b Mon Sep 17 00:00:00 2001 From: patak Date: Fri, 13 Jan 2023 10:03:05 +0100 Subject: [PATCH] feat: link to github releases from version number in app --- components/nav/NavFooter.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/components/nav/NavFooter.vue b/components/nav/NavFooter.vue index ed8fb042..223a71aa 100644 --- a/components/nav/NavFooter.vue +++ b/components/nav/NavFooter.vue @@ -47,8 +47,15 @@ function toggleDark() { {{ $t('nav.built_at', [$d(buildTimeDate, 'shortDate')]) }} · - - v{{ buildInfo.version }} + + v{{ buildInfo.version }} + {{ buildInfo.env }}