import { Button } from "@ariakit/react"; import { cx } from "../class-names.ts"; import { interactiveText } from "../common.css.ts"; import { Letterhead, LetterheadHeading, LetterheadParagraph, } from "../Letterhead/index.tsx"; export function FailureFallbackView() { return ( Something went wrong {"This is probably an issue on our side. Sorry about that!"} {"You can try "} {". "} {"If the issue persists, please get in touch at "} support@indietabletop.club {"."} ); }