diff --git a/components/ui/sidebar/SidebarWrap.tsx b/components/ui/sidebar/SidebarWrap.tsx
index eaccfb9373..bb9287a826 100644
--- a/components/ui/sidebar/SidebarWrap.tsx
+++ b/components/ui/sidebar/SidebarWrap.tsx
@@ -186,43 +186,38 @@ export const SidebarWrap = () => {
isDisabled={!isCompact}
placement="right"
>
-
-
- )
- }
- variant="light"
- >
- {isCompact ? (
+
- ) : (
- "Product Updates"
- )}
-
-
+ )
+ }
+ variant="light"
+ >
+ {isCompact ? (
+
+ ) : (
+ "Product Updates"
+ )}
+