Fix alignment of report type selection

This commit is contained in:
2025-07-27 03:31:11 -04:00
parent fe64e33c1d
commit 398b2a938a

View File

@ -11,10 +11,10 @@ import {
Link,
Radio,
RadioGroup,
Stack,
Text,
Textarea,
useToast,
VStack,
} from "@chakra-ui/react";
import { useEffect, useState } from "react";
import { useLoaderData } from "@remix-run/react";
@ -293,10 +293,10 @@ export default function () {
onChange={setSubmissionType}
value={submissionType}
>
<VStack spacing={2}>
<Stack spacing={2}>
<Radio value="exploit">Exploiter</Radio>
<Radio value="abuse">Server Configurator Abuse</Radio>
</VStack>
</Stack>
</RadioGroup>
</FormControl>
<br />