arab lang
This commit is contained in:
@@ -8,13 +8,13 @@ type ViewOnMapProps = {
|
||||
const ViewOnMapButton = ({ onClick, isVillaSelected }: ViewOnMapProps) => {
|
||||
return (
|
||||
<button
|
||||
className={`w-1/2 border-r flex justify-center gap-1 items-center hover:bg-secondary transition-all duration-200 ${
|
||||
className={`w-1/2 flex justify-center gap-1 items-center rounded-ee-2xl hover:bg-secondary transition-all duration-200 border-l ${
|
||||
isVillaSelected ? "bg-[#EAE5E0] rounded-es-2xl" : ""
|
||||
}`}
|
||||
onClick={onClick}
|
||||
>
|
||||
View on Map
|
||||
<ViewOnMapIcon />
|
||||
العرض على الخريطة
|
||||
</button>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user