diff --git a/src/App.jsx b/src/App.jsx
index 906259f..81ee839 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -2,7 +2,10 @@ function App() {
return (
Build wokrs when pushing to dev.
- Now time to try pushing to main and deploy
+
+ Now time to try pushing to main and deploy.
+
+ Okay, everything works just fine.
)
}