diff --git a/pwa/app/(common)/layout.tsx b/pwa/app/(common)/layout.tsx index 224c7645..c86ef170 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 8f6df408..06f50d23 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" && (
{
- )} + )*/} +