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