diff --git a/frontend/src/App.css b/frontend/src/App.css index 73dac89..5d1f792 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -40,6 +40,10 @@ color: var(--primary); } +a:hover:not(.navbar-logo){ + border-bottom: 4px dotted var(--secondary); +} + h1 { font-size: 5em; margin: 0.7em auto; diff --git a/frontend/src/App.js b/frontend/src/App.js index 1b68636..0b3733b 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -12,6 +12,7 @@ import Manual from "./components/pages/Manual"; import Secret from "./components/pages/Secret"; import Umfrage from "./components/pages/Umfrage"; import PrivateRoute from "./auth/PrivateRoute"; +import Behavior from "./components/pages/Behavior"; import { Logger } from "@behametrics/logger-web"; import { useAuth } from "./auth/AuthProvider"; @@ -50,6 +51,7 @@ function App() { + diff --git a/frontend/src/components/pages/Behavior.js b/frontend/src/components/pages/Behavior.js new file mode 100644 index 0000000..3925394 --- /dev/null +++ b/frontend/src/components/pages/Behavior.js @@ -0,0 +1,14 @@ +import React from "react"; +import "../../App.css"; +import Footer from "../../Footer"; + +export default function Behavior() { + return ( + <> +
+

Studie Verhaltensmerkmale

+
+