remove orpheum from homepage and fix f/null

This commit is contained in:
2021-07-25 19:52:25 -07:00
parent b2a51f5ede
commit 142ed37e6c
3 changed files with 13 additions and 3 deletions

View File

@@ -183,12 +183,12 @@ const GalleryImage = ({ data, pageContext }) => {
icon="stopwatch-sharp"
title="shutter speed"
/>
<MetadataItem
{meta.exif.FNumber && <MetadataItem
aspectRatio={ar}
data={`f/${meta.exif.FNumber}`}
icon="aperture-sharp"
title="aperture"
/>
/>}
<MetadataItem
aspectRatio={ar}
data={meta.exif.ISO}