diff --git a/frontend/src/app/(public)/contato/page.tsx b/frontend/src/app/(public)/contato/page.tsx index 8ef2538..a550122 100644 --- a/frontend/src/app/(public)/contato/page.tsx +++ b/frontend/src/app/(public)/contato/page.tsx @@ -229,10 +229,6 @@ export default function ContatoPage() {

Informações de contato não configuradas

)} - - - - ))} diff --git a/frontend/src/app/[locale]/contato/page.tsx b/frontend/src/app/[locale]/contato/page.tsx index 0a74777..6a56dbc 100644 --- a/frontend/src/app/[locale]/contato/page.tsx +++ b/frontend/src/app/[locale]/contato/page.tsx @@ -228,9 +228,6 @@ export default function ContatoPage() {

{t('contact.noInfoConfigured')}

)} - - - ))}