Close component (#14) that redirects to main page. Is it OK for us to do it so?
I did a mistake and I have begun with a copy of Feature/LoginPage and not with master branch, sorry for that. I am going to solve this soon, just would like to know if it is a correct way for close button. If you don't mind for now, please review only my commits under commits tab.
yes you are right. It should redirect to home page as close button should be always just one more level above home page (we have no view that is above that level)
Close component (#14) that redirects to main page. Is it OK for us to do it so? I did a mistake and I have begun with a copy of Feature/LoginPage and not with master branch, sorry for that. I am going to solve this soon, just would like to know if it is a correct way for close button. If you don't mind for now, please review only my commits under commits tab.
The main changes are :
nesspoll/src/components/CloseButton.tsx
nesspoll/src/styles/components/close_button.scss
nesspoll/src/styles/App.scss
Thank you and sorry.