fix: remove DialogDescription from RequestFeaturePopup and update textarea placeholder for clarity
This commit is contained in:
@@ -7,7 +7,6 @@ import {
|
|||||||
Button,
|
Button,
|
||||||
Dialog,
|
Dialog,
|
||||||
DialogContent,
|
DialogContent,
|
||||||
DialogDescription,
|
|
||||||
DialogHeader,
|
DialogHeader,
|
||||||
DialogTitle,
|
DialogTitle,
|
||||||
DialogTrigger,
|
DialogTrigger,
|
||||||
@@ -38,10 +37,6 @@ export function RequestFeaturePopup() {
|
|||||||
<DialogContent className="sm:max-w-[600px]">
|
<DialogContent className="sm:max-w-[600px]">
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle className="text-2xl">Request Fitur</DialogTitle>
|
<DialogTitle className="text-2xl">Request Fitur</DialogTitle>
|
||||||
<DialogDescription>
|
|
||||||
Request fitur apa pun disini. Kami akan mempertimbangkan
|
|
||||||
permintaan Anda.
|
|
||||||
</DialogDescription>
|
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
<ProfileForm />
|
<ProfileForm />
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
@@ -108,7 +103,7 @@ function ProfileForm({
|
|||||||
</div>
|
</div>
|
||||||
<Textarea
|
<Textarea
|
||||||
id="deskripsiFitur"
|
id="deskripsiFitur"
|
||||||
placeholder="Jelaskan fitur yang Anda inginkan secara detail..."
|
placeholder="Jelaskan fitur yang Anda inginkan secara detail"
|
||||||
maxLength={maxDescriptionLength}
|
maxLength={maxDescriptionLength}
|
||||||
rows={6}
|
rows={6}
|
||||||
className="min-h-[150px]"
|
className="min-h-[150px]"
|
||||||
|
|||||||
Reference in New Issue
Block a user