From bcd29f1d7ccc98ed4b42fcbd2c041c5004773fa5 Mon Sep 17 00:00:00 2001 From: KokaKiwi Date: Wed, 3 Jul 2019 10:37:39 +0200 Subject: [PATCH] Fix "Getting Started" column --- .../flavours/glitch/features/getting_started/index.js | 4 ++-- .../glitch/features/ui/components/link_footer.js | 9 ++------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/app/javascript/flavours/glitch/features/getting_started/index.js b/app/javascript/flavours/glitch/features/getting_started/index.js index 0ee19c54a..15bfbe2f6 100644 --- a/app/javascript/flavours/glitch/features/getting_started/index.js +++ b/app/javascript/flavours/glitch/features/getting_started/index.js @@ -177,12 +177,12 @@ const NAVIGATION_PANEL_BREAKPOINT = 600 + (285 * 2) + (10 * 2); , ]); - const instance_panel = (customPanelEnabled ?
: null); + const instance_panel = (customPanelEnabled ?
: null); return (
-
+
{!multiColumn && } {multiColumn && } {navItems} diff --git a/app/javascript/flavours/glitch/features/ui/components/link_footer.js b/app/javascript/flavours/glitch/features/ui/components/link_footer.js index 2d503eda5..83df1ff20 100644 --- a/app/javascript/flavours/glitch/features/ui/components/link_footer.js +++ b/app/javascript/flavours/glitch/features/ui/components/link_footer.js @@ -1,14 +1,9 @@ import { connect } from 'react-redux'; import React from 'react'; import PropTypes from 'prop-types'; -import { FormattedMessage, defineMessages, injectIntl } from 'react-intl'; +import { FormattedMessage, injectIntl } from 'react-intl'; import { Link } from 'react-router-dom'; -const messages = defineMessages({ - logoutMessage: { id: 'confirmations.logout.message', defaultMessage: 'Are you sure you want to log out?' }, - logoutConfirm: { id: 'confirmations.logout.confirm', defaultMessage: 'Log out' }, -}); - export default @injectIntl @connect(null, mapDispatchToProps) class LinkFooter extends React.PureComponent { @@ -19,7 +14,7 @@ class LinkFooter extends React.PureComponent { render () { return ( -
+