diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 73fa758d8c..0784dab880 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -35,6 +35,7 @@ All notable changes to the **Prowler UI** are documented in this file. - Sync between filter buttons and URL when filters change [(#7928)](https://github.com/prowler-cloud/prowler/pull/7928) - Improve heatmap perfomance [(#7934)](https://github.com/prowler-cloud/prowler/pull/7934) - SelectScanProvider warning fixed with empty alias [(#7998)](https://github.com/prowler-cloud/prowler/pull/7998) +- Prevent console warnings for accessibility and SVG[(#8019)](https://github.com/prowler-cloud/prowler/pull/8019) --- diff --git a/ui/components/icons/Icons.tsx b/ui/components/icons/Icons.tsx index 0cb893040f..f2cfc22c6e 100644 --- a/ui/components/icons/Icons.tsx +++ b/ui/components/icons/Icons.tsx @@ -1002,9 +1002,9 @@ export const AzureIcon: React.FC = ({ {...props} > ); diff --git a/ui/components/ui/sidebar/sheet-menu.tsx b/ui/components/ui/sidebar/sheet-menu.tsx index 43c2dc40c4..b3537d5dbf 100644 --- a/ui/components/ui/sidebar/sheet-menu.tsx +++ b/ui/components/ui/sidebar/sheet-menu.tsx @@ -5,7 +5,9 @@ import { ProwlerExtended } from "@/components/icons"; import { Sheet, SheetContent, + SheetDescription, SheetHeader, + SheetTitle, SheetTrigger, } from "@/components/ui/sheet"; import { Menu } from "@/components/ui/sidebar/menu"; @@ -25,6 +27,8 @@ export function SheetMenu() { side="left" > + Sidebar +