diff --git a/src/components/KeywordsPicker.js b/src/components/KeywordsPicker.js
index 853c898..1286e7b 100644
--- a/src/components/KeywordsPicker.js
+++ b/src/components/KeywordsPicker.js
@@ -1,10 +1,10 @@
-import classNames from "classnames";
import * as React from "react";
+import classNames from "classnames";
const KeywordsPicker = ({ keywords, value, onChange }) => {
return (
-
Filter by...
+
Filter...
{keywords.map((keyword) => {
const selected = value === keyword;
diff --git a/src/components/MasonryGallery.js b/src/components/MasonryGallery.js
index d6c2361..5a41144 100644
--- a/src/components/MasonryGallery.js
+++ b/src/components/MasonryGallery.js
@@ -17,9 +17,9 @@ const MasonryGallery = ({
const breakpoints = React.useMemo(
() => R.pick(R.keys(aspectTargetsByBreakpoint), themeBreakpoints),
[aspectTargetsByBreakpoint]
- );
+ );
- const { breakpoint } = useBreakpoint(breakpoints, "sm");
+ const { breakpoint } = useBreakpoint(breakpoints, "md");
const scrollIntoView = React.useCallback(() => {
if (!window.location.hash) {
diff --git a/src/pages/photogallery.js b/src/pages/photogallery.js
index ccc5ee7..2a72fe1 100644
--- a/src/pages/photogallery.js
+++ b/src/pages/photogallery.js
@@ -89,7 +89,7 @@ const GalleryPage = ({ data }) => {
Photo Gallery | Chuck Dries
-
+
-
-
+
+
Photo Gallery
{
"waterfall",
"fireworks",
"panoramic",
+ "Portland Japanese Garden",
// "sunset",
]}
onChange={setKeyword}
value={keyword}
/>
-