fossology / FOSSologyUI

Repository to hold the new UI framework for FOSSology built with React
https://fossology.github.io/FOSSologyUI/
GNU General Public License v2.0
49 stars 87 forks source link

Empty divider in Log Out dropdown and non-functional Log In button #200

Closed pret3nti0u5 closed 2 years ago

pret3nti0u5 commented 2 years ago

Description

There is an empty divider in Log Out drop down, earlier that place used to house the theme toggle. But since it was removed from the drop down in an earlier commit the divider is no longer required. Same issues plagues the Log In button in the home page. Its only functionality is it redirects the user back to the home page on being clicked but since we can't access any page other than the home page while not being logged in I think it should be removed altogether.

Screenshots

Current Log Out dropdown: wrong-logout

Current Log In dropdown: wrong_login

Versions