···38 <Layout>
39 <Heading as="h3">
40 You have been invited to join{" "}
41- {`"${workspaceName}" workspace` || "OpenStatus.dev"} by {invitedBy}
042 </Heading>
43 <Text>
44 Click here to access the workspace:{" "}
···38 <Layout>
39 <Heading as="h3">
40 You have been invited to join{" "}
41+ {workspaceName ? `"${workspaceName}" workspace` : "OpenStatus.dev"}{" "}
42+ by {invitedBy}
43 </Heading>
44 <Text>
45 Click here to access the workspace:{" "}