]> cat aescling's git repositories - mastodon.git/commitdiff
Fix using wrong component in ColumnBackButtonSlim
authorThibaut Girka <thib@sitedethib.com>
Mon, 30 Sep 2019 13:22:28 +0000 (15:22 +0200)
committerThibaut Girka <thib@sitedethib.com>
Mon, 30 Sep 2019 13:58:29 +0000 (15:58 +0200)
app/javascript/flavours/glitch/components/column_back_button_slim.js

index b57e3a057bc61542db5d785e4978b3b93986d8fd..faa0c23a8214d8f3364cd646e1e4282a42d10d45 100644 (file)
@@ -1,7 +1,7 @@
 import React from 'react';
 import { FormattedMessage } from 'react-intl';
 import PropTypes from 'prop-types';
-import Icon from 'mastodon/components/icon';
+import Icon from 'flavours/glitch/components/icon';
 
 export default class ColumnBackButtonSlim extends React.PureComponent {