diff --git a/app/icons/alert.svg b/app/icons/alert.svg
deleted file mode 100644
index 9ec4beec2..000000000
--- a/app/icons/alert.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/app/soapbox/components/sidebar-navigation.tsx b/app/soapbox/components/sidebar-navigation.tsx
index fbb91ce60..6839ba8a3 100644
--- a/app/soapbox/components/sidebar-navigation.tsx
+++ b/app/soapbox/components/sidebar-navigation.tsx
@@ -35,8 +35,7 @@ const SidebarNavigation = () => {
to: '/follow_requests',
text: ,
icon: require('@tabler/icons/icons/user-plus.svg'),
- // TODO: let menu items have a counter
- // count: followRequestsCount,
+ count: followRequestsCount,
});
}
@@ -158,7 +157,7 @@ const SidebarNavigation = () => {
}
/>