diff --git a/src/app/(home)/(activities)/layout.tsx b/src/app/(home)/(activities)/layout.tsx index 2f0c9004..06837fa0 100644 --- a/src/app/(home)/(activities)/layout.tsx +++ b/src/app/(home)/(activities)/layout.tsx @@ -19,7 +19,9 @@ export default async function ActivitiesLayout({ {children} - +
+ +
) } diff --git a/src/components/home/HomeSidebar.tsx b/src/components/home/HomeSidebar.tsx index b342aaae..797d4c0e 100644 --- a/src/components/home/HomeSidebar.tsx +++ b/src/components/home/HomeSidebar.tsx @@ -15,7 +15,7 @@ export async function HomeSidebar({ hideSearch }: { hideSearch?: boolean }) { const { t } = await getTranslation("index") return ( -
+ <> {!hideSearch && }
@@ -63,6 +63,6 @@ export async function HomeSidebar({ hideSearch }: { hideSearch?: boolean }) {
-
+ ) }