From 34da1314d4314202ec3b5768c065ac870ca3d40f Mon Sep 17 00:00:00 2001 From: Rahaf Date: Tue, 9 Jun 2026 23:37:47 +0300 Subject: [PATCH] The footer only appears in homepage --- app/ClientLayout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ClientLayout.js b/app/ClientLayout.js index 1a00b3a..aaa4a11 100644 --- a/app/ClientLayout.js +++ b/app/ClientLayout.js @@ -820,7 +820,7 @@ export default function ClientLayout({ children }) { - {!isAuthPage && !isProfilePage && ( + {pathname === "/" && (