From b75188b3f4884db05511d09146511aa927ceb48c Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Thu, 21 Jan 2021 22:13:04 +0100 Subject: [PATCH] indetion --- src/App.js | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) 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;