From a48e5cb15fa3850c73554522464d52d19530823c Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Mon, 3 Mar 2025 13:40:09 +0100 Subject: [PATCH] feat(version): add prowler version to the sidebar (#7086) --- .env | 3 +++ ui/components/ui/sidebar/menu.tsx | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 3ffc99af1..45335dcd4 100644 --- a/.env +++ b/.env @@ -121,3 +121,6 @@ DJANGO_SENTRY_DSN= # Sentry settings SENTRY_ENVIRONMENT=local SENTRY_RELEASE=local + +#### Prowler release version #### +NEXT_PUBLIC_PROWLER_RELEASE_VERSION=v5.4.0 diff --git a/ui/components/ui/sidebar/menu.tsx b/ui/components/ui/sidebar/menu.tsx index ed65bcc40..154dd6568 100644 --- a/ui/components/ui/sidebar/menu.tsx +++ b/ui/components/ui/sidebar/menu.tsx @@ -41,7 +41,7 @@ export const Menu = ({ isOpen }: { isOpen: boolean }) => {