diff --git a/src/components/layout/BrandHeader.tsx b/src/components/layout/BrandHeader.tsx new file mode 100644 index 00000000..9ff2a410 --- /dev/null +++ b/src/components/layout/BrandHeader.tsx @@ -0,0 +1,18 @@ +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 ( +
+
+ +
+
+ + +
+
+ ) +}