change element component & add menu head & responsive head home

This commit is contained in:
Ehsan
2024-08-10 03:23:34 +03:30
parent 01de360360
commit 0afe0a39b0
14 changed files with 243 additions and 69 deletions
+3 -3
View File
@@ -28,10 +28,10 @@ function ModalSearchCity() {
const handleClose = () => setOpen(false);
return (
<div>
<>
{/* Button Modal */}
<Button
className="!border-none hover:!bg-transparent"
className="!border-none hover:!bg-transparent !min-w-[155px] !py-0 lg:!py-[9px]"
onClick={handleOpen}
variant="contained"
color="secondary"
@@ -80,7 +80,7 @@ function ModalSearchCity() {
</div>
</Box>
</Modal>
</div>
</>
)
}