From aa45e139a17c8d1c10354207ae87570833ba45f9 Mon Sep 17 00:00:00 2001 From: Joelson de brito ribeiro Date: Tue, 17 Jun 2025 15:21:19 -0300 Subject: [PATCH] Update qr-code-rastreamento.tsx --- src/components/qr-code-rastreamento.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/qr-code-rastreamento.tsx b/src/components/qr-code-rastreamento.tsx index 5d2083d..ec3a13f 100644 --- a/src/components/qr-code-rastreamento.tsx +++ b/src/components/qr-code-rastreamento.tsx @@ -26,7 +26,7 @@ export function QRCodeRastreamento({ orderId }: QRCodeRastreamentoProps) { const url = useMemo(() => { if (!orderId) return "" const hash = md5(String(orderId) + "@Juru2025$").toString().toUpperCase() - return `https://rastreamento.jurunense.com/${hash}` + return `https://rastreio.jurunense.com/${hash}` }, [orderId]) const handleCopy = async () => {