diff --git a/packages/web/components/templates/PrimaryDropdown.tsx b/packages/web/components/templates/PrimaryDropdown.tsx
index f0107f338..136e632a4 100644
--- a/packages/web/components/templates/PrimaryDropdown.tsx
+++ b/packages/web/components/templates/PrimaryDropdown.tsx
@@ -81,9 +81,11 @@ export function PrimaryDropdown(props: PrimaryDropdownProps): JSX.Element {
)
}
>
-
- {props.showThemeSection && }
-
+ {props.showThemeSection && (
+
+
+
+ )}
headerDropdownActionHandler('navigate-to-install')}
title="Install"