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 ( -
- - - - ) - }} - /> -
- -
- -
+ + + + + + ) + }} + /> +
+ +
+ + + +
); };