diff --git a/packages/pl-fe/src/components/dropdown-navigation.tsx b/packages/pl-fe/src/components/dropdown-navigation.tsx
index c269fae74..2695ec56e 100644
--- a/packages/pl-fe/src/components/dropdown-navigation.tsx
+++ b/packages/pl-fe/src/components/dropdown-navigation.tsx
@@ -266,6 +266,15 @@ const DropdownNavigation: React.FC = React.memo((): JSX.Element | null => {
/>
)}
+ {features.antennas && (
+ }
+ onClick={closeSidebar}
+ />
+ )}
+
{features.drive && (
= React.memo(({ shrink })
});
}
+ if (features.antennas) {
+ menu.push({
+ to: '/antennas',
+ text: intl.formatMessage({ id: 'column.antennas', defaultMessage: 'Antennas' }),
+ icon: require('@phosphor-icons/core/regular/broadcast.svg'),
+ });
+ }
+
if (features.events) {
menu.push({
to: '/events',