diff --git a/src/App.js b/src/App.js index 148c8e5..6118857 100644 --- a/src/App.js +++ b/src/App.js @@ -83,30 +83,30 @@ function App() { -return ( -
- Volt Logo - -
- Drop your photo here ... + return ( +
+ Volt Logo + +
+ Drop your photo here ... +
+ +

Choose your Photo:

+

It should best be a square image or your face in the middle. The photo is not saved and never leaves your computer.

+ + + + + +

Download your Photo:

+ Finished Frame +
- -

Choose your Photo:

-

It should best be a square image or your face in the middle. The photo is not saved and never leaves your computer.

- - - - - -

Download your Photo:

- Finished Frame - -
-) + ) } export default App;