feat: add Fight and Exhibition registration forms with input validation and file upload functionality

This commit is contained in:
2025-07-31 19:53:19 +09:00
parent d07e778570
commit 4d0a767eac
11 changed files with 369 additions and 19 deletions
+2 -2
View File
@@ -272,7 +272,7 @@ function Fileupload({
className="ml-2 p-1 text-gray-400 hover:text-gray-600"
>
<svg
className="w-3 h-3"
className="w-4 h-4"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
@@ -281,7 +281,7 @@ function Fileupload({
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={2}
d="M6 18L18 6M6 6l12 12"
d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"
/>
</svg>
</button>