diff --git a/frontend/src/components/steps/Step.js b/frontend/src/components/steps/Step.js
index b6c3068..dd50c37 100644
--- a/frontend/src/components/steps/Step.js
+++ b/frontend/src/components/steps/Step.js
@@ -14,10 +14,10 @@ export default function Step(props) {
props.contentComponent
) : (
-
+
{props.informationComponent}
-
+
{props.selectionComponent}
diff --git a/frontend/src/components/steps/StepInformation.js b/frontend/src/components/steps/StepInformation.js
index 48e5909..1c5c174 100644
--- a/frontend/src/components/steps/StepInformation.js
+++ b/frontend/src/components/steps/StepInformation.js
@@ -1,7 +1,7 @@
export default function StepInformation(props) {
return (
-
{props.title}
+ {props.title}
{props.description}