Skip to content

Commit

Permalink
lol disable
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jan 10, 2025
1 parent 4413404 commit 8226d7c
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={false}>
<Button onClick={handleClick} disabled={true}>
<Twitter size={18} />
{isConnecting
? "Connecting..."
Expand Down

0 comments on commit 8226d7c

Please sign in to comment.