Skip to content

Commit

Permalink
Remove 'react-twitter-widgets' dependency and clean up code
Browse files Browse the repository at this point in the history
Removed 'TwitterTweet.js' file from the project. Removed calls to 'TwitterTweet.js'. Removed 'react-twitter-widgets' dependency from 'package.json'.
  • Loading branch information
NEZRI Ygal authored and NEZRI Ygal committed May 31, 2024
1 parent 085e7fb commit f8c9673
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default class Dashboard extends Component {
</div>
</div>
<div className="row justify-content-lg-center">
<div className="mt-3 col-lg-7 ml-auto">
<div className="mt-3 col-lg-12 ml-auto">
<PostUrls postUrls={this.state.postUrls} word={this.state.word}/>
</div>
</div>
Expand Down

0 comments on commit f8c9673

Please sign in to comment.