From 6378246286b69069796260817e8100be2e26b37b Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Thu, 24 Dec 2020 13:16:53 +0200 Subject: [PATCH] login page update --- private/Notes.txt | 3 + src/components/App.js | 2 +- .../login/components/LoginComponent.js | 68 +++++++++++-------- 3 files changed, 43 insertions(+), 30 deletions(-) create mode 100644 private/Notes.txt diff --git a/private/Notes.txt b/private/Notes.txt new file mode 100644 index 0000000..58cc366 --- /dev/null +++ b/private/Notes.txt @@ -0,0 +1,3 @@ +In gridul de retea, pe fiecare linie va fi un buton care va deschide un log. +Log-ul va fi popup iar continutul lui poate fi ultima componenta de aici https://material-ui.com/components/app-bar/ +************************************************************************************************************************** \ No newline at end of file diff --git a/src/components/App.js b/src/components/App.js index 9a373a9..321c20a 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -28,7 +28,7 @@ const App = () => { { const { t } = useTranslation(); return ( -
- - - - ) - }} - /> -
- -
- -
+ + + + + + ) + }} + /> +
+ +
+ + + +
); };