/** * Custom footer for HEAVY.AI docs (Fern native header/footer). * Markup and class names match the original custom-app footer 1:1 so that * fern/docs/main.css (footer + Built with Fern styles) applies correctly: * dark mode logo, responsive layout, and Built with Fern tooltip. */ export default function CustomFooter() { const currentYear = new Date().getFullYear(); const logoUrl = "https://fern-image-hosting.s3.us-east-1.amazonaws.com/nvidia/NVIDIA_Logo_0.svg"; return ( ); }