diff --git a/web/src/App.js b/web/src/App.js index 837b87a..e25d1da 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -26,11 +26,12 @@ export default function App() { } return ( - <> +
- namæ - name your new project - + + namæ + +
{query && query.length > 0 ? ( @@ -51,47 +52,62 @@ export default function App() { ) : null} -