From 90c18286725a36562dc8e93d18d11416a9ef2652 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Wed, 13 Jul 2022 14:51:16 -0700 Subject: [PATCH] padding --- src/components/index/ActionButtons.js | 14 ++++++++------ src/pages/index.js | 10 ++++++---- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/components/index/ActionButtons.js b/src/components/index/ActionButtons.js index d9588a9..5d25b04 100644 --- a/src/components/index/ActionButtons.js +++ b/src/components/index/ActionButtons.js @@ -7,11 +7,13 @@ import Shuffle from "@spectrum-icons/workflow/Shuffle"; const getButtonClasses = (isClient) => classnames( "z-20 rounded-md text-md inline-block px-2 py-1 mt-1 mr-2 text-md hover:underline", - isClient ? "cool-border-small hover:bg-vibrant" : "text-gray-300 bg-gray-700" + isClient + ? "cool-border-small hover:bg-vibrant" + : "text-gray-300 bg-gray-700" ); const ActionButtons = ({ isClient, image, shuffleImage }) => ( -
+

Try my word game!

( - view image - + to={`/photogallery/${image.base}/`} + > + view image +