Skip to content

Commit

Permalink
chore: text update
Browse files Browse the repository at this point in the history
  • Loading branch information
saifulshihab committed Apr 13, 2024
1 parent 5150506 commit 719ae90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const postsData: IPost[] = [
dp: 'https://random.imagecdn.app/500/200',
},
caption: 'This is post caption',
image: 'https://random.imagecdn.app/1920/1080',
image: 'https://random.imagecdn.app/1920/1081',
likes: 129,
comments: 5,
shares: 0,
Expand Down Expand Up @@ -94,7 +94,7 @@ export const storiesData: IStory[] = [
image: 'https://random.imagecdn.app/200/700',
user: {
_id: '1',
fullName: 'Ovy Bin',
fullName: 'Shi',
dp: 'https://random.imagecdn.app/200/150',
},
createdAt: new Date(),
Expand All @@ -104,7 +104,7 @@ export const storiesData: IStory[] = [
image: 'https://random.imagecdn.app/200/250',
user: {
_id: '1',
fullName: 'Antor',
fullName: 'Hab',
dp: 'https://random.imagecdn.app/200/200',
},
createdAt: new Date(),
Expand Down

0 comments on commit 719ae90

Please sign in to comment.