Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove image files from accepted types on game ban modal
  • Loading branch information
regalijan committed Apr 15, 2024
1 parent c3e60da commit 108d15d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions components/NewGameBan.tsx
Expand Up @@ -30,17 +30,10 @@ export default function (props: { isOpen: boolean; onClose: () => void }) {
const toast = useToast();
const fileTypes: { [k: string]: string } = {
gif: "image/gif",
heic: "image/heic",
heif: "image/heif",
jfif: "image/jpeg",
jpeg: "image/jpeg",
jpg: "image/jpg",
m4v: "video/x-m4v",
mkv: "video/x-matroska",
mov: "video/mp4",
mp4: "video/mp4",
png: "image/png",
webp: "image/webp",
webm: "video/webm",
wmv: "video/x-ms-wmv",
};
Expand Down

0 comments on commit 108d15d

Please sign in to comment.