From c744170da5f238bf37b29ba8359637c77a1259cc Mon Sep 17 00:00:00 2001 From: ginifizz Date: Thu, 17 Sep 2026 16:11:34 +0200 Subject: [PATCH] feat: remove con register button --- pwa/app/(common)/layout.tsx | 2 +- pwa/app/(con)/[locale]/con/2026/components/HomePage.tsx | 8 ++++---- pwa/app/(con)/[locale]/con/2026/layout.tsx | 2 +- pwa/components/layout/Layout.tsx | 2 +- pwa/data/con/2026/footer.ts | 4 ---- pwa/data/con/2026/nav.ts | 4 ---- 6 files changed, 7 insertions(+), 15 deletions(-) diff --git a/pwa/app/(common)/layout.tsx b/pwa/app/(common)/layout.tsx index 224c76457..c86ef1702 100644 --- a/pwa/app/(common)/layout.tsx +++ b/pwa/app/(common)/layout.tsx @@ -69,7 +69,7 @@ function RootLayout({ className={`${poppins.variable} ${fira.variable} w-full light`} > - + {/**/} {children} diff --git a/pwa/app/(con)/[locale]/con/2026/components/HomePage.tsx b/pwa/app/(con)/[locale]/con/2026/components/HomePage.tsx index 8f6df408b..06f50d238 100644 --- a/pwa/app/(con)/[locale]/con/2026/components/HomePage.tsx +++ b/pwa/app/(con)/[locale]/con/2026/components/HomePage.tsx @@ -54,11 +54,11 @@ const HomePage = ({ speakers, partners }: HomePageProps) => { - {currentEdition === "2026" && ( + {/*currentEdition === "2026" && ( {t("buy_tickets")} - )} + )*/} @@ -88,7 +88,7 @@ const HomePage = ({ speakers, partners }: HomePageProps) => { ) : null} - {currentEdition === "2026" && ( + {/* currentEdition === "2026" && (
{
- )} + )*/} +