diff --git a/components/NewGameBan.tsx b/components/NewGameBan.tsx
index 2bcbd2a..feefceb 100644
--- a/components/NewGameBan.tsx
+++ b/components/NewGameBan.tsx
@@ -1,7 +1,6 @@
import {
Button,
Input,
- Link,
Modal,
ModalBody,
ModalCloseButton,
@@ -270,26 +269,26 @@ export default function (props: { isOpen: boolean; onClose: () => void }) {
+
+
+
+
-
-
-
-
);
}