|
@@ -5,7 +5,7 @@ import Hr from "./actions/hr"
|
|
|
import Image from "./actions/image"
|
|
|
import Link from "./actions/link"
|
|
|
import Spoiler from "./actions/Spoiler"
|
|
|
-import Striketrough from "./actions/striketrough"
|
|
|
+import Strikethrough from "./actions/strikethrough"
|
|
|
import Strong from "./actions/strong"
|
|
|
import Quote from "./actions/quote"
|
|
|
import AttachmentsEditor from "./attachments"
|
|
@@ -111,7 +111,7 @@ export default class extends React.Component {
|
|
|
disabled={this.props.loading || this.state.isPreviewLoading}
|
|
|
replaceSelection={this.replaceSelection}
|
|
|
/>
|
|
|
- <Striketrough
|
|
|
+ <Strikethrough
|
|
|
className="btn-default btn-sm pull-left"
|
|
|
disabled={this.props.loading || this.state.isPreviewLoading}
|
|
|
replaceSelection={this.replaceSelection}
|