Skip to content

Commit

Permalink
chore(popup): copy
Browse files Browse the repository at this point in the history
  • Loading branch information
bolshchikov committed Apr 19, 2024
1 parent 402170a commit 9997cbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Send WhatsApp Chrome Extension ![build](https://github.com/bolshchikov/send-whatsapp-extension/workflows/build/badge.svg)

> Send a whatsapp message any registered number right from your browser
### Reference
* [WhatsApp international numbers](https://faq.whatsapp.com/640432094208718?helpref=faq_content)
4 changes: 2 additions & 2 deletions src/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ const Popup = () => {
<li>Press right click to call a context menu</li>
<li>Choose 'Send WhatsApp message'</li>
</ul>
<hr />
<h3>Send to number</h3>
<div style={{ display: 'flex', flexDirection: 'row', gap: '8px' }}>
<input
style={{ minWidth: '250px' }}
placeholder="E.g. +1 (343) 123 441 442"
value={phoneNumber}
onChange={changePhoneNumberHandler}
/>
<button onClick={sendMessageHandler}>Send message</button>
<button onClick={sendMessageHandler}>Send</button>
</div>
</>
);
Expand Down

0 comments on commit 9997cbf

Please sign in to comment.