From c73d58b6ac7cc4271e0c6ad31137493c1de34453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane?= Date: Thu, 13 Jul 2023 11:50:38 +0200 Subject: [PATCH] feat: add tag link on app version --- src/components/AppVersion.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/AppVersion.tsx b/src/components/AppVersion.tsx index d1c2167..008459b 100644 --- a/src/components/AppVersion.tsx +++ b/src/components/AppVersion.tsx @@ -12,7 +12,13 @@ export const AppVersion: React.FC = memo( const { t } = useTranslation(); return ( - + {pkg.version}