Accept multiple types of appeals

This commit is contained in:
2025-08-03 01:14:02 -04:00
parent bcd07299c5
commit 5ba59ff596
3 changed files with 34 additions and 9 deletions

View File

@ -84,6 +84,10 @@ export default function (props: GameAppealProps & { port?: MessagePort }) {
</CardHeader>
<CardBody>
<Stack divider={<StackDivider />}>
<Box>
<Heading size="xs">Appeal Type</Heading>
<Text>{props.type}</Text>
</Box>
<Box>
<Heading size="xs">Response: Explanation of Ban</Heading>
<Text>{props.what_happened}</Text>