diff --git a/public/invoice-view.js b/public/invoice-view.js
index 3ebd91c..dcc84ce 100644
--- a/public/invoice-view.js
+++ b/public/invoice-view.js
@@ -244,7 +244,7 @@ function renderInvoiceRow(invoice) {
if (hasQbo && !paid) {
const isSent = invoice.email_status === 'sent';
if (isSent) {
- sendBtn = ``;
+ sendBtn = `✉️ Sent`;
} else {
sendBtn = ``;
}