diff --git a/frontend/src/App.css b/frontend/src/App.css
index e390ea6..f478d26 100644
--- a/frontend/src/App.css
+++ b/frontend/src/App.css
@@ -13,7 +13,6 @@
.home,
.about,
-.products,
.sign-up {
display: flex;
height: 90vh;
diff --git a/frontend/src/Footer.js b/frontend/src/Footer.js
index e4c875c..8c4c1c3 100644
--- a/frontend/src/Footer.js
+++ b/frontend/src/Footer.js
@@ -16,7 +16,9 @@ function Footer() {
diff --git a/frontend/src/components/Author.js b/frontend/src/components/Author.js
index b41550d..8ea89dd 100644
--- a/frontend/src/components/Author.js
+++ b/frontend/src/components/Author.js
@@ -1,11 +1,7 @@
-import React from 'react'
+import React from "react";
function AuthorDate() {
- return (
-
-
-
- )
+ return
;
}
-export default AuthorDate
+export default AuthorDate;
diff --git a/frontend/src/components/Button.js b/frontend/src/components/Button.js
index ef4ff43..a7bef2f 100644
--- a/frontend/src/components/Button.js
+++ b/frontend/src/components/Button.js
@@ -2,7 +2,7 @@ import React from "react";
import "./Button.css";
import { Link } from "react-router-dom";
-const newTo = (props) => '#';
+const newTo = (props) => "#";
const STYLES = ["btn--primary", "btn--outline"];
@@ -21,9 +21,8 @@ export const Button = ({
const checkButtonSize = SIZES.includes(buttonSize) ? buttonSize : SIZES[0];
-
return (
-
+