From ff5bb18c481dbf03a9a448a76aebf61ca2ac3926 Mon Sep 17 00:00:00 2001 From: BettinaHallinger Date: Wed, 4 May 2022 10:39:57 +0200 Subject: [PATCH] Endpage --- src/Components/card.jsx | 2 +- src/Components/endpage.jsx | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/Components/card.jsx b/src/Components/card.jsx index 0711f52..018aa63 100644 --- a/src/Components/card.jsx +++ b/src/Components/card.jsx @@ -5,7 +5,7 @@ import Ueberschrift2 from "./ueberschrift2"; function Card(props) { return ( -
+
Papa Roy
diff --git a/src/Components/endpage.jsx b/src/Components/endpage.jsx index cd2dfee..f0773c8 100644 --- a/src/Components/endpage.jsx +++ b/src/Components/endpage.jsx @@ -1,12 +1,21 @@ import React from "react"; +import ButtonSecondary from "./buttonSecondary"; import HeaderBig from "./header_big"; +import Ueberschrift2 from "./ueberschrift2"; function EndPage() { return ( -
- -
-
+
+
+ +
+
+
+ + +
+ +
);