typo fixes and code improvements

This commit is contained in:
Sanidhya Kumar Verma
2024-09-04 12:01:27 +00:00
committed by GitHub
parent ac4019e5d1
commit 96d14cecad
7 changed files with 12 additions and 5 deletions
+2 -2
View File
@@ -84,7 +84,7 @@ const BookRide = () => {
<View className="flex flex-col w-full items-start justify-center mt-5">
<View className="flex flex-row items-center justify-start mt-3 border-t border-b border-general-700 w-full py-3">
<Image source={icons.to} className="w-6 h-6" />
<Image source={icons.to} alt="To" className="w-6 h-6" />
<Text className="text-lg font-JakartaRegular ml-2">
{userAddress}
@@ -92,7 +92,7 @@ const BookRide = () => {
</View>
<View className="flex flex-row items-center justify-start border-b border-general-700 w-full py-3">
<Image source={icons.point} className="w-6 h-6" />
<Image source={icons.point} alt="Point" className="w-6 h-6" />
<Text className="text-lg font-JakartaRegular ml-2">
{destinationAddress}