()
| 138 | } |
| 139 | |
| 140 | export function Footer() { |
| 141 | const pathname = usePathname() |
| 142 | |
| 143 | return ( |
| 144 | <footer className="mx-auto w-full max-w-2xl space-y-10 pb-16 lg:max-w-5xl"> |
| 145 | <PageNavigation /> |
| 146 | {pathname !== '/' && <FooterBanner />} |
| 147 | <SmallPrint /> |
| 148 | </footer> |
| 149 | ) |
| 150 | } |
nothing calls this directly
no outgoing calls
no test coverage detected