diff --git a/.env b/.env index 3ffc99af16..45335dcd4e 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 ed65bcc406..154dd65684 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 }) => {