Skip to content

Commit

Permalink
hundai
Browse files Browse the repository at this point in the history
  • Loading branch information
AniketMotiwal committed Dec 19, 2024
1 parent fc184f9 commit cc1e954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(tabs)/companies.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { auth } from './../configs/FirebaseConfig';
import { useNavigation } from '@react-navigation/native';

const dummyCompanies = [
{ id: '1', name: 'Hyundai', image: require('../../assets/images/hyundai.png') },
{ id: '1', name: 'Hyund', image: require('../../assets/images/hyundai.png') },
{ id: '2', name: 'Maruti', image: require('../../assets/images/maruti.png') },
{ id: '3', name: 'Tata', image: require('../../assets/images/Tata.png') },
{ id: '4', name: 'Kia', image: require('../../assets/images/kia.png') },
Expand Down

0 comments on commit cc1e954

Please sign in to comment.