From b9771e6b1f04827c4bf61c2a751707190821731f Mon Sep 17 00:00:00 2001 From: cami Date: Mon, 21 Jun 2021 03:45:22 +0200 Subject: [PATCH] Reformating --- frontend/src/App.css | 1 - frontend/src/Footer.js | 4 +++- frontend/src/components/Author.js | 10 +++------- frontend/src/components/Button.js | 5 ++--- frontend/src/components/HeroSection.css | 10 +++++----- frontend/src/components/Navbar.js | 5 ++--- frontend/src/components/pages/Privacy.js | 4 ++-- 7 files changed, 17 insertions(+), 22 deletions(-) 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() {

Kontakt

E-Mail - GPG-Key + + GPG-Key +
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 ( - + }
diff --git a/frontend/src/components/pages/Privacy.js b/frontend/src/components/pages/Privacy.js index 26f713d..da5fbbc 100644 --- a/frontend/src/components/pages/Privacy.js +++ b/frontend/src/components/pages/Privacy.js @@ -5,8 +5,8 @@ import Footer from "../../Footer"; export default function SignUp() { return ( <> -

SIGN UP

+

Privacy