Skip to content

Commit

Permalink
Update connect-to-twitter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem authored Jan 11, 2025
1 parent d42ef42 commit 7de28a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/connect-to-twitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function ConnectToTwitterButton() {
}, [isConnected, connect, disconnect]);

return (
<Button onClick={handleClick} disabled={true}>
<Button onClick={handleClick} disabled={false}>
<Twitter size={18} />
{isConnecting
? "Connecting..."
Expand Down

0 comments on commit 7de28a8

Please sign in to comment.