From 8ded51ac62ef6abe93d53163700217f3c89e24a6 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Thu, 19 May 2022 23:28:08 -0700 Subject: [PATCH] swap some colors around --- src/components/index/ActionButtons.js | 2 +- src/components/index/Nav.js | 17 +++++++++++------ src/pages/index.js | 7 ++++--- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/components/index/ActionButtons.js b/src/components/index/ActionButtons.js index 628b1e9..d54c562 100644 --- a/src/components/index/ActionButtons.js +++ b/src/components/index/ActionButtons.js @@ -12,7 +12,7 @@ const getButtonClasses = (isClient) => const ActionButtons = ({ isClient, image, shuffleImage }) => (
-
+

Try my word game!

Buzzwords diff --git a/src/components/index/Nav.js b/src/components/index/Nav.js index a247aef..af9ef88 100644 --- a/src/components/index/Nav.js +++ b/src/components/index/Nav.js @@ -1,13 +1,18 @@ -import React from 'react'; -import classnames from 'classnames'; +import React from "react"; +import classnames from "classnames"; const getNavClasses = (isClient) => - classnames("hover:underline mx-2 md:mx-3", isClient ? "text-vibrant-light" : 'text-gray-200'); + classnames( + "hover:underline mx-2 md:mx-3", + isClient ? "text-vibrant-light" : "text-gray-200" + ); -const Nav = ({ ar, isClient }) => ( +const Nav = ({ imageIsLandscape, isClient }) => ( ); -export default Nav; \ No newline at end of file +export default Nav; diff --git a/src/pages/index.js b/src/pages/index.js index 1bd1ebc..efa755a 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -113,7 +113,7 @@ const IndexPage = ({ Chuck Dries @@ -134,11 +134,12 @@ const IndexPage = ({ )} style={{ gridArea: "1/1" }} > -