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 () => {