Skip to content

Commit

Permalink
https added
Browse files Browse the repository at this point in the history
  • Loading branch information
pinaki3majumder committed Nov 8, 2024
1 parent 48643ad commit 0cf2233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/List/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function MyList() {
return {
id: idx,
name: 'John Doe',
image: 'http://via.placeholder.com/40',
image: 'https://via.placeholder.com/40',
text: loremIpsum({
count: 1,
units: 'sentences',
Expand Down

0 comments on commit 0cf2233

Please sign in to comment.