diff --git a/data/gallery/DSC02365.jpg b/data/gallery/DSC02365.jpg
index a8b2556..83c4189 100644
--- a/data/gallery/DSC02365.jpg
+++ b/data/gallery/DSC02365.jpg
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:1bf75d7e623e40c7890c9d62e638d7c900668f985196d58dd19ee639c8dbb004
-size 5519342
+oid sha256:7c28ec24e904a4cb287d5ce2c6bc089f3fd4baf29357b681d4e0c013327ec038
+size 5516889
diff --git a/data/gallery/DSC02610-2.jpg b/data/gallery/DSC02610-2.jpg
deleted file mode 100644
index 58226b1..0000000
--- a/data/gallery/DSC02610-2.jpg
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a22a879cfbb00772e27d2fb234cd45d64b14f21b4218cfdaa09dc882841fa395
-size 1187374
diff --git a/data/gallery/DSC02615-2.jpg b/data/gallery/DSC02615-2.jpg
deleted file mode 100644
index 6d1e930..0000000
--- a/data/gallery/DSC02615-2.jpg
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:8fc7732d53b04fb568ea628f4675d771d4e9105dc9b787c0ff2bd3e4192ae873
-size 798647
diff --git a/data/gallery/DSC02615.jpg b/data/gallery/DSC02615.jpg
index 3a4caa9..2307abc 100644
--- a/data/gallery/DSC02615.jpg
+++ b/data/gallery/DSC02615.jpg
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3a74a84fedabcfa47f00fb1c4a774d8d8a9f199ed6b5eac8f566a45b46c93a72
-size 2615685
+oid sha256:ecd27e1d22d9b09c19a1a7d6ab6bbcccd7d20d4c3d0449b7bb7b399859dc7588
+size 2613187
diff --git a/data/gallery/DSC09944.jpg b/data/gallery/DSC09944.jpg
index f3d53fb..5918649 100644
--- a/data/gallery/DSC09944.jpg
+++ b/data/gallery/DSC09944.jpg
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e4c327a3d1fb6ee2d766bf646eb20336b344f9bf1d883e000927432b9bc6da89
-size 5886562
+oid sha256:05fe7e09594b32657271d60225a716333e918a3990cb3ce697e6b31e0e7a8b77
+size 4320348
diff --git a/src/components/GalleryImage/GalleryImage.js b/src/components/GalleryImage/GalleryImage.js
index cbd6175..0448b15 100644
--- a/src/components/GalleryImage/GalleryImage.js
+++ b/src/components/GalleryImage/GalleryImage.js
@@ -142,7 +142,7 @@ const GalleryImage = ({ data, location: { state } }) => {
const verticalPad = ar > 1 ? "250px" : "100px";
const shutterSpeed = React.useMemo(
- () => getShutterFractionFromExposureTime(meta.ExposureTime || 0),
+ () => meta.ExposureTime ? getShutterFractionFromExposureTime(meta.ExposureTime) : null,
[meta]
);
const dateTaken = React.useMemo(() => new Date(dt), [dt]);
@@ -288,7 +288,7 @@ const GalleryImage = ({ data, location: { state } }) => {
title="ISO"
/>
}
title="focal"
/>
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 7c68061..9eafd77 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -78,8 +78,8 @@ const IndexPage = ({
LightMuted: [0, 0, 0],
Vibrant: [0, 0, 0],
LightVibrant: [0, 0, 0],
- DarkMuted: [229, 239, 246],
- DarkVibrant: [229, 239, 246],
+ DarkMuted: [238, 238, 238],
+ DarkVibrant: [238, 238, 238],
})}
/>
@@ -120,8 +120,8 @@ export const query = graphql`
sourceInstanceName: { eq: "gallery" }
base: { in: [
# "DSC02610-2.jpg",
+ # "DSC02615-2.jpg",
"DSC05702.jpg",
- # "DSC02615-2.jpg"
"DSC05538.jpg"
] }
}
diff --git a/src/pages/photogallery.tsx b/src/pages/photogallery.tsx
index 7f5612d..f651aa1 100644
--- a/src/pages/photogallery.tsx
+++ b/src/pages/photogallery.tsx
@@ -171,8 +171,8 @@ const GalleryPage = ({ data }: PageProps) => {
LightMuted: [0, 0, 0],
Vibrant: [0, 0, 0],
LightVibrant: [0, 0, 0],
- DarkMuted: [229, 239, 246],
- DarkVibrant: [229, 239, 246],
+ DarkMuted: [238, 238, 238],
+ DarkVibrant: [238, 238, 238],
})}
/>