From 295a3d1e456d0b80ed0accb6f379bb73b5f2bc43 Mon Sep 17 00:00:00 2001 From: Aji Kamaludin Date: Sun, 4 Jun 2023 15:56:53 +0700 Subject: [PATCH] bit fix share on firefox --- resources/js/Pages/Home/Trx/VoucherCard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/Pages/Home/Trx/VoucherCard.jsx b/resources/js/Pages/Home/Trx/VoucherCard.jsx index 1310fa1..50b076b 100644 --- a/resources/js/Pages/Home/Trx/VoucherCard.jsx +++ b/resources/js/Pages/Home/Trx/VoucherCard.jsx @@ -11,7 +11,7 @@ export default function VoucherCard(props) { console.log(share_word) if (navigator.canShare) { navigator.share({ - title: 'Hai Baru beli voucher baru nih', + title: share_word, text: share_word, }) return