diff --git a/app/gabsocial/features/landing_page/index.js b/app/gabsocial/features/landing_page/index.js index 25ef2c15c..0d16787bf 100644 --- a/app/gabsocial/features/landing_page/index.js +++ b/app/gabsocial/features/landing_page/index.js @@ -19,13 +19,19 @@ class LandingPage extends ImmutablePureComponent { if (instance.isEmpty() || soapbox.isEmpty()) return null; + const siteLogo = soapbox.get('logo') ? ( + + ) : ( +