import { IconPatch } from "components/buttons/IconPatch"; import { Icons } from "components/Icon"; import { DISCORD_LINK, GITHUB_LINK } from "mw_constants"; import { BrandPill } from "./BrandPill"; export function BrandHeader() { return (
) }