tweet button for quotes

This commit is contained in:
David Ralph
2020-09-17 19:34:40 +01:00
parent ee4e49a058
commit 97a76bd0d7
3 changed files with 11 additions and 2 deletions

View File

@@ -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)}/>