Skip to content

Commit ef875af

Browse files
committed
updated mapping of photo and caption strings
1 parent 624b8f4 commit ef875af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/assets/content/slides/Images.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ interface ImageCaption {
1212
export const groupPhotos: ImageCaption[] = [
1313
{
1414
img: groupPhoto1,
15-
caption: 'Lab outing to the beach, Summer 2023'
15+
caption: '10/2021'
1616
},
1717
{
1818
img: groupPhoto2,
19-
caption: 'Conference presentation at AACR 2024'
19+
caption: '3/2023 in Claytor Lake'
2020
},
2121
{
2222
img: groupPhoto3,
23-
caption: 'Holiday party, December 2023'
23+
caption: '3/2024 - casual bowling photo'
2424
},
2525
{
2626
img: groupPhoto4,
27-
caption: 'test'
27+
caption: '3/2024 - fun bowling photo'
2828
},
2929
];

0 commit comments

Comments
 (0)