feat: implement Fight registration form with input validation and file upload

This commit is contained in:
2025-07-31 02:00:09 +09:00
parent b6ac71d598
commit d07e778570
8 changed files with 285 additions and 87 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export default function Select({
name,
}: SelectProps) {
return (
<div className={`flex flex-col gap-2 w-full max-w-sm ${className}`}>
<div className={`flex flex-col gap-2 w-full ${className}`}>
{label && (
<label
htmlFor={id || name}