Skip to content

Commit

Permalink
fixing link
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuktaj10 committed Jan 31, 2024
1 parent 203a81e commit 9ebc73d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions app/Post.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@ const Post = () => {
const postInfo = [
{
postTitle: 'Animesh',
postPersonImage: require('Animesh.png'),
postImage: require('post1.png'),
postPersonImage: require('../storage/images/Animesh.png'),
postImage: require('../storage/images/post1.png'),
likes: 765,
isLiked: false,
},
{
postTitle: 'Animesh',
postPersonImage: require('Animesh.png'),
postImage: require('post2.png'),
postPersonImage: require('../storage/images/Animesh.png'),
postImage: require('../storage/images/post2.png'),
likes: 345,
isLiked: false,
},
{
postTitle: 'Animesh',
postPersonImage: require('Animesh.png'),
postImage: require('post3.png'),
postPersonImage: require('../storage/images/Animesh.png'),
postImage: require('../storage/images/post3.png'),
likes: 734,
isLiked: false,
},
{
postTitle: 'Animesh',
postPersonImage: require('Animesh.png'),
postImage: require('post4.png'),
postPersonImage: require('../storage/images/Animesh.png'),
postImage: require('../storage/images/post4.png'),
likes: 875,
isLiked: false,
},
Expand Down
18 changes: 9 additions & 9 deletions app/Stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,32 @@ const Stories = () => {
name: 'Your Story',
image: require('../storage/images/userProfile.png'),
},
// {
// id: 0,
// name: 'Animesh',
// image: require('Animesh.png'),
// },
{
id: 0,
name: 'Animesh',
image: require('../storage/images/Animesh.png'),
},
{
id: 0,
name: 'Naman',
image: require('Naman.png'),
image: require('../storage/images/Naman.png'),
},
{
id: 0,
name: 'Kaashvi',
image: require('Kaashvi.png'),
image: require('../storage/images/Kaashvi.png'),
},
,
{
id: 0,
name: 'Kangan',
image: require('Kangan.png'),
image: require('../storage/images/Kangan.png'),
},
,
{
id: 0,
name: 'Ketan',
image: require('Ketan.png'),
image: require('../storage/images/Ketan.png'),
},
];

Expand Down

0 comments on commit 9ebc73d

Please sign in to comment.