The footer only appears in homepage
All checks were successful
Build frontend / build (push) Successful in 1m1s

This commit is contained in:
Rahaf
2026-06-09 23:37:47 +03:00
parent ce6caf08eb
commit 34da1314d4

View File

@ -820,7 +820,7 @@ export default function ClientLayout({ children }) {
</FavoritesProvider> </FavoritesProvider>
</NotificationsProvider> </NotificationsProvider>
{!isAuthPage && !isProfilePage && ( {pathname === "/" && (
<footer className="bg-gray-900 text-white py-12"> <footer className="bg-gray-900 text-white py-12">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div <div