The footer only appears in homepage
All checks were successful
Build frontend / build (push) Successful in 1m1s
All checks were successful
Build frontend / build (push) Successful in 1m1s
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user