From 9bc1aa83a71e102e60221cfa085a1d814a270f2d Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Fri, 16 Jul 2021 20:57:34 -0700 Subject: [PATCH] narrow list of backgrounds for landing page --- src/pages/index.js | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 20e98e0..029151d 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -26,7 +26,7 @@ const getDifferentRand = (range, lastNs, iterations = 0) => { }; const ImageButtons = ({ isClient, image, shuffleImage }) => ( -
+
-
    +
    • 1 && "landscape:shadow-lg", - "z-20 mb-4 inline-block", + "z-20 mb-4 inline-block mx-2", isClient && "bg-vibrant-dark blurred-or-opaque-bg-1" )} > @@ -296,18 +296,16 @@ export const query = graphql` filter: { sourceInstanceName: { eq: "gallery" } base: { - nin: [ - "DSC4180.jpg" - "DSC00887.jpg" - "DSC00879.jpg" - "DSC02233.jpg" - "DSC00340.jpg" - "_DSC4949.jpg" - "_DSC4155.jpg" - "_DSC4830.jpg" - "_DSC4792.jpg" - "20200215-DSC02584.jpg" - "DSC07463.jpg" + in: [ + "20160530-DSC09108.jpg" + "20180424-DSC07948.jpg" + "20200215-DSC02694.jpg" + "DSC00201.jpg" + "DSC01699.jpg" + "DSC04905.jpg" + "DSC05761.jpg" + "DSC05851.jpg" + "DSC06245.jpg" ] } }