Skip to content

Commit

Permalink
Merge pull request #256 from jonestsai/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mifi authored Jan 27, 2024
2 parents 359dce7 + 6b34bf2 commit 7ccbcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ const App = memo(() => {

<div style={{ width: '50%', margin: '0px 10px' }}>
<div style={{ marginBottom: 10, marginTop: 20 }}>
<AccountsList accounts={usersToFollowFollowersOf} setAccounts={setUsersToFollowFollowersOf} hasWarning={fewUsersToFollowFollowersOf} label="ist of accounts followers to follow" placeholder="Influencers, celebrities, etc." tooltip={`Input a list of accounts whose followers the bot should follow. Choose accounts with a lot of followers (e.g influencers above 100k). The bot will then visit each of these and follow their most recent followers, in hope that they will follow you back. ${advancedSettings.dontUnfollowUntilDaysElapsed} days later, it will unfollow them. For best results, choose accounts from a niche market that you want to target.`} />
<AccountsList accounts={usersToFollowFollowersOf} setAccounts={setUsersToFollowFollowersOf} hasWarning={fewUsersToFollowFollowersOf} label="List of accounts followers to follow" placeholder="Influencers, celebrities, etc." tooltip={`Input a list of accounts whose followers the bot should follow. Choose accounts with a lot of followers (e.g influencers above 100k). The bot will then visit each of these and follow their most recent followers, in hope that they will follow you back. ${advancedSettings.dontUnfollowUntilDaysElapsed} days later, it will unfollow them. For best results, choose accounts from a niche market that you want to target.`} />
</div>

<div style={{ margin: '20px 0' }}>
Expand Down

0 comments on commit 7ccbcb8

Please sign in to comment.