From 9d0f23540834fca51193e3ecae35f929ed8ade86 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 12 Sep 2021 19:02:26 -0500 Subject: [PATCH] Display PrimaryNavigation on DefaultPage --- app/soapbox/pages/default_page.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/soapbox/pages/default_page.js b/app/soapbox/pages/default_page.js index b483d117a..88ea6ad3c 100644 --- a/app/soapbox/pages/default_page.js +++ b/app/soapbox/pages/default_page.js @@ -1,6 +1,7 @@ import React from 'react'; import { connect } from 'react-redux'; import ImmutablePureComponent from 'react-immutable-pure-component'; +import PrimaryNavigation from 'soapbox/components/primary_navigation'; import WhoToFollowPanel from 'soapbox/features/ui/components/who_to_follow_panel'; import TrendsPanel from 'soapbox/features/ui/components/trends_panel'; import PromoPanel from 'soapbox/features/ui/components/promo_panel'; @@ -32,7 +33,9 @@ class DefaultPage extends ImmutablePureComponent {
-
+
+ +