fix: remove DrawerDescription from RequestFeaturePopup for cleaner UI
This commit is contained in:
@@ -13,7 +13,6 @@ import {
|
|||||||
Drawer,
|
Drawer,
|
||||||
DrawerClose,
|
DrawerClose,
|
||||||
DrawerContent,
|
DrawerContent,
|
||||||
DrawerDescription,
|
|
||||||
DrawerFooter,
|
DrawerFooter,
|
||||||
DrawerHeader,
|
DrawerHeader,
|
||||||
DrawerTitle,
|
DrawerTitle,
|
||||||
@@ -52,10 +51,6 @@ export function RequestFeaturePopup() {
|
|||||||
<DrawerContent>
|
<DrawerContent>
|
||||||
<DrawerHeader className="text-left">
|
<DrawerHeader className="text-left">
|
||||||
<DrawerTitle>Request Fitur</DrawerTitle>
|
<DrawerTitle>Request Fitur</DrawerTitle>
|
||||||
<DrawerDescription>
|
|
||||||
Punya ide fitur keren? Bagikan di sini! Kami selalu terbuka untuk
|
|
||||||
inovasi yang bisa membuat produk ini lebih baik.
|
|
||||||
</DrawerDescription>
|
|
||||||
</DrawerHeader>
|
</DrawerHeader>
|
||||||
<ProfileForm className="px-4" />
|
<ProfileForm className="px-4" />
|
||||||
<DrawerFooter className="pt-2">
|
<DrawerFooter className="pt-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user