修正 AI 產出結果
This commit is contained in:
@@ -226,7 +226,7 @@ export default function UploadPage() {
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-4">
|
||||
<div>
|
||||
<Label htmlFor="project-title">專案標題 *</Label>
|
||||
<Label htmlFor="project-title" className="mb-2 block">專案標題 *</Label>
|
||||
<Input
|
||||
id="project-title"
|
||||
value={projectTitle}
|
||||
@@ -235,7 +235,7 @@ export default function UploadPage() {
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<Label htmlFor="project-description">專案描述</Label>
|
||||
<Label htmlFor="project-description" className="mb-2 block">專案描述</Label>
|
||||
<Textarea
|
||||
id="project-description"
|
||||
value={projectDescription}
|
||||
|
Reference in New Issue
Block a user