import Link from "next/link";
import { CtaBand, SiteNav, body } from "@/components/site";
import { DOCS, DOC_META, type Section } from "@/lib/legal";
/** One legal document as its own page, with the others listed alongside. */
export default function LegalDoc({ name }: { name: keyof typeof DOC_META }) {
const sections = DOCS[name] as Section[];
return (
<>
Legal
{name}
Last updated {DOC_META[name].updated} ยท Applies to the ThreadCount uniform management application
Contact your facility’s uniform coordinator, or write to ThreadCount. Nothing here limits rights you hold under the Privacy Act 1988 (Cth) or the privacy legislation of your state or territory.