mirror of
https://github.com/mue/mue.git
synced 2026-07-23 08:47:19 +02:00
tweet button for quotes
This commit is contained in:
@@ -137,6 +137,7 @@ export default class Settings extends React.PureComponent {
|
||||
</Section>
|
||||
<Section title={this.props.language.quote.title} name='quote'>
|
||||
<Checkbox name='copyButton' text={this.props.language.quote.copy} />
|
||||
<Checkbox name='tweetButton' text='Tweet Button' />
|
||||
</Section>
|
||||
<Section title={this.props.language.background.title} name='background'>
|
||||
<BackgroundSettings language={this.props.language} resetItem={(item) => this.resetItem(item)}/>
|
||||
|
||||
Reference in New Issue
Block a user