From 503dd4051f0e081bffbe886f434775fac7f0bb2f Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Tue, 24 Feb 2026 17:39:23 -0600 Subject: [PATCH] badge --- public/invoice-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ``; }