diff --git a/client/layouts/stepper-input/Cover.jsx b/client/layouts/stepper-input/Cover.jsx
index 588b144..821ab96 100644
--- a/client/layouts/stepper-input/Cover.jsx
+++ b/client/layouts/stepper-input/Cover.jsx
@@ -8,7 +8,7 @@ const Cover = () => {
diff --git a/client/placeholders/BrowserFrame.jsx b/client/placeholders/BrowserFrame.jsx
index 6114202..7eed83b 100644
--- a/client/placeholders/BrowserFrame.jsx
+++ b/client/placeholders/BrowserFrame.jsx
@@ -5,7 +5,7 @@ const BrowserFrame = ({ content, source }) => {
const flip = () => setContentActive(isActive => !isActive);
return (
-
+
diff --git a/client/placeholders/Frame.jsx b/client/placeholders/Frame.jsx
index fb1d17b..458f569 100644
--- a/client/placeholders/Frame.jsx
+++ b/client/placeholders/Frame.jsx
@@ -5,6 +5,7 @@ const Frame = ({ children }) => {