feat: implement Fight registration form with input validation and file upload
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user