diff --git a/src/Components/buttonPrimary.jsx b/src/Components/buttonPrimary.jsx index cad67c6..b751d5e 100644 --- a/src/Components/buttonPrimary.jsx +++ b/src/Components/buttonPrimary.jsx @@ -1,7 +1,12 @@ import React from "react"; function ButtonPrimary(props) { - return ; + return ( + + ); } -export default ButtonPrimary; \ No newline at end of file +export default ButtonPrimary; diff --git a/src/Components/buttonSecondary.jsx b/src/Components/buttonSecondary.jsx index 2ce586b..ba6a689 100644 --- a/src/Components/buttonSecondary.jsx +++ b/src/Components/buttonSecondary.jsx @@ -1,7 +1,12 @@ import React from "react"; function ButtonSecondary(props) { - return ; + return ( + + ); } -export default ButtonSecondary; \ No newline at end of file +export default ButtonSecondary; diff --git a/src/Components/card.jsx b/src/Components/card.jsx index e129390..6f699dc 100644 --- a/src/Components/card.jsx +++ b/src/Components/card.jsx @@ -1,15 +1,17 @@ import React from "react"; -import bild from '../paparoy.jpg'; +import bild from "../paparoy.jpg"; import ButtonPrimary from "./buttonPrimary"; function Card(props) { - return (