search urls

This commit is contained in:
2025-05-23 13:44:49 +03:00
parent 917acc0353
commit f3ca53d907
8 changed files with 273 additions and 19 deletions

View File

@@ -30,7 +30,7 @@ const SearchCard = ({
}
const setMovingTypeIcon = () => {
if (type_transport === 'air') {
if (type_transport === 'avia') {
return '/images/airplane.png'
}
return '/images/car.png'