adjust photogallery header
This commit is contained in:
parent
9d2183e554
commit
27fcdedb3d
@ -4,7 +4,7 @@ import classNames from "classnames";
|
|||||||
const KeywordsPicker = ({ keywords, value, onChange }) => {
|
const KeywordsPicker = ({ keywords, value, onChange }) => {
|
||||||
return (
|
return (
|
||||||
<div className="mx-2">
|
<div className="mx-2">
|
||||||
<span className="text-xs text-[#A2A2A2]">Filter...</span>
|
<span className="text-xs text-[#A2A2A2]">Collections</span>
|
||||||
<ul className="flex gap-1 flex-wrap mt-1 mb-2">
|
<ul className="flex gap-1 flex-wrap mt-1 mb-2">
|
||||||
{keywords.map((keyword) => {
|
{keywords.map((keyword) => {
|
||||||
const selected = value === keyword;
|
const selected = value === keyword;
|
||||||
|
@ -171,8 +171,8 @@ const GalleryPage = ({ data }) => {
|
|||||||
gallery
|
gallery
|
||||||
</Link>
|
</Link>
|
||||||
</nav>
|
</nav>
|
||||||
<div className="flex flex-col md:flex-row md:items-end">
|
<div className="flex flex-col md:flex-row md:items-end justify-between">
|
||||||
<h1 className="text-5xl mt-0 ml-5 mr-5 font-serif font-black z-10 flex-auto">
|
<h1 className="text-5xl mt-0 ml-5 mr-5 font-serif font-black z-10">
|
||||||
Photo Gallery
|
Photo Gallery
|
||||||
</h1>
|
</h1>
|
||||||
<KeywordsPicker
|
<KeywordsPicker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user