diff --git a/public/app.js b/public/app.js index 1b644b5..8251c76 100644 --- a/public/app.js +++ b/public/app.js @@ -23,16 +23,14 @@ const starterImages = [ function PoweredByBanner() { return ( -
); } @@ -439,12 +437,12 @@ function App() { }, [showUpload]); return ( -
@@ -452,7 +450,7 @@ function App() {
@@ -490,16 +488,19 @@ function App() { {starterImages.map((starter, idx) => ( ))}