commit: fb7c27ad2a10594ae4ee960a33e02a8f4533d43c
parent: e70d313963272424b03a3562e63f603b4b0bbe8a
Author: Morgan Bazalgette <the@howl.moe>
Date: Thu, 29 Mar 2018 23:40:25 +0200
Remove elephant from compose column
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/app/javascript/mastodon/features/compose/index.js b/app/javascript/mastodon/features/compose/index.js
@@ -12,7 +12,6 @@ import Motion from '../ui/util/optional_motion';
import spring from 'react-motion/lib/spring';
import SearchResultsContainer from './containers/search_results_container';
import { changeComposing } from '../../actions/compose';
-import elephantUIPlane from '../../../images/elephant_ui_plane.svg';
const messages = defineMessages({
start: { id: 'getting_started.heading', defaultMessage: 'Getting started' },
@@ -97,7 +96,6 @@ export default class Compose extends React.PureComponent {
<ComposeFormContainer />
{multiColumn && (
<div className='drawer__inner__mastodon'>
- <img alt='' draggable='false' src={elephantUIPlane} />
</div>
)}
</div>