fix: corrigir número do WhatsApp para 5535988229445
This commit is contained in:
@@ -6,7 +6,7 @@ import { useState, useEffect } from 'react';
|
||||
|
||||
export default function WhatsAppButton() {
|
||||
const { t } = useLanguage();
|
||||
const [whatsappLink, setWhatsappLink] = useState('https://api.whatsapp.com/send/?phone=5513998030036&text&type=phone_number&app_absent=0');
|
||||
const [whatsappLink, setWhatsappLink] = useState('https://api.whatsapp.com/send/?phone=5535988229445&text&type=phone_number&app_absent=0');
|
||||
const [mounted, setMounted] = useState(false);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user