diff --git a/app/gabsocial/features/landing_page/index.js b/app/gabsocial/features/landing_page/index.js
index 0d16787bf..3756b36ae 100644
--- a/app/gabsocial/features/landing_page/index.js
+++ b/app/gabsocial/features/landing_page/index.js
@@ -9,21 +9,19 @@ const mapStateToProps = (state, props) => ({
});
class LandingPage extends ImmutablePureComponent {
- shouldComponentUpdate(nextProps, nextState) {
- const { instance, soapbox } = nextProps;
- return !instance.isEmpty() && !soapbox.isEmpty();
+ getSiteLogo = () => {
+ const { instance, soapbox } = this.props;
+ const logos = {
+ imgLogo: (),
+ textLogo: (