diff --git a/app/soapbox/components/sidebar-navigation.tsx b/app/soapbox/components/sidebar-navigation.tsx
index c87b7ba07..fbb91ce60 100644
--- a/app/soapbox/components/sidebar-navigation.tsx
+++ b/app/soapbox/components/sidebar-navigation.tsx
@@ -13,6 +13,7 @@ import SidebarNavigationLink from './sidebar-navigation-link';
import type { Menu } from 'soapbox/components/dropdown_menu';
+/** Desktop sidebar with links to different views in the app. */
const SidebarNavigation = () => {
const instance = useAppSelector((state) => state.instance);
const settings = useAppSelector((state) => getSettings(state));
@@ -141,6 +142,12 @@ const SidebarNavigation = () => {
text={}
/>
+ }
+ />
+
{account && (
<>