Open Issues Need Help
View All on GitHubAI Summary: Remove extra padding around the navigation bar on the maha-pranalika-frontend webpage. The padding is causing unwanted spacing, as shown in the provided image. The task involves identifying the source of the padding (likely CSS) and adjusting or removing it to improve the webpage's layout.
AI Summary: Fix the CSS styling of the services dropdown in the navbar. Currently, the dropdown has a white background on hover; it needs to be changed to orange for a consistent look.
AI Summary: Translate the signup and login page content of the maha-pranalika-frontend project into Telugu, ensuring that the language changes dynamically as selected by the user.
AI Summary: Modify the navigation bar of the maha-pranalika-frontend application to conditionally render login/signup and logout navigation items based on the presence of a token in local storage. After successful login, the login/signup item should disappear, and a logout item should appear.