From 232d28eb1a4661390cfee47185f4aa7304bb609a Mon Sep 17 00:00:00 2001 From: Erik Date: Sat, 29 Nov 2025 16:03:34 -0300 Subject: [PATCH] fix: Remove duplicate JSX code in contact pages --- frontend/src/app/(public)/contato/page.tsx | 4 ---- frontend/src/app/[locale]/contato/page.tsx | 3 --- 2 files changed, 7 deletions(-) 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')}

)} - - - ))}