Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Switch to vertical stacking
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 8c24923 commit 707f7cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/NewGameBan.tsx
@@ -1,6 +1,5 @@
import {
Button,
HStack,
Input,
Link,
Modal,
Expand All @@ -20,6 +19,7 @@ import {
Th,
Thead,
Tr,
VStack,
useToast,
} from "@chakra-ui/react";
import { useState } from "react";
Expand Down Expand Up @@ -58,11 +58,11 @@ export default function (props: { isOpen: boolean; onClose: () => void }) {
})
}
>
<HStack>
<VStack>
<Radio value="0">Do Nothing</Radio>
<Radio value="1">Hide from Leaderboards</Radio>
<Radio value="2">Ban</Radio>
</HStack>
</VStack>
</RadioGroup>
</Td>
<Td>
Expand Down

0 comments on commit 707f7cb

Please sign in to comment.