import IconBrandGithub from "https://deno.land/x/tabler_icons_tsx@0.0.5/tsx/brand-github.tsx"; export function Header({ active }: { active: string }) { const items = [ { href: "/", label: "Rule overview" }, { href: "/ignoring-rules", label: "Ignoring rules" }, ]; return (

deno_lint logo deno_lint

{items.map((item) => ( {item.label} ))}
Docs
); }