Skip to content

Commit 96a7c13

Browse files
Philip Sultanescujelbourn
authored andcommitted
1 parent 2bf7024 commit 96a7c13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/demo-app/list/list-demo.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ export class ListDemo {
2525
from: 'Nancy',
2626
subject: 'Brunch?',
2727
message: 'Did you want to go on Sunday? I was thinking that might work.',
28-
image: 'https://angular.io/resources/images/bios/julie-ralph.jpg'
28+
image: 'https://angular.io/generated/images/bios/julie-ralph.jpg'
2929
},
3030
{
3131
from: 'Mary',
3232
subject: 'Summer BBQ',
3333
message: 'Wish I could come, but I have some prior obligations.',
34-
image: 'https://angular.io/resources/images/bios/juleskremer.jpg'
34+
image: 'https://angular.io/generated/images/bios/juleskremer.jpg'
3535
},
3636
{
3737
from: 'Bobby',
3838
subject: 'Oui oui',
3939
message: 'Do you have Paris reservations for the 15th? I just booked!',
40-
image: 'https://angular.io/resources/images/bios/jelbourn.jpg'
40+
image: 'https://angular.io/generated/images/bios/jelbourn.jpg'
4141
}
4242
];
4343

0 commit comments

Comments
 (0)