diff --git a/src/pages/awards.js b/src/pages/awards.js index b73112f..646027a 100644 --- a/src/pages/awards.js +++ b/src/pages/awards.js @@ -18,7 +18,7 @@ import "yet-another-react-lightbox/styles.css"; const photos = certinfo.map(cert => ({ ...cert, - src: `/certificates/small_${cert.file_name}`, + src: `/certificates/${cert.file_name}`, width: cert['orientation'] === 'landscape' ? 1287 : 1000, height: cert['orientation'] === 'landscape' ? 1000 : 1462, srcSet: [