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" }}
>
-
+