I've implemented redirecting to the home page when the main icon is clicked while resolving this issue I came across an issue regarding the alignment of the icon.
Fixes #59
Type of Change:
'i' tag is replaced by 'a' for which I used float property, and also I've removed the dedicated home link, as it is done by main icon now, and also added hover CSS property on the top navbar.
Code
Quality Assurance
User Interface
Documentation
Screenshots
No screenshot required.
Checklist:
[x] My code follows the style guidelines(Clean Code) of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have added tests/screenshots(If any) that prove my fix is effective or that my feature works
Description
I've implemented redirecting to the home page when the main icon is clicked while resolving this issue I came across an issue regarding the alignment of the icon.
Fixes #59
Type of Change:
'i' tag is replaced by 'a' for which I used float property, and also I've removed the dedicated home link, as it is done by main icon now, and also added hover CSS property on the top navbar.
Screenshots
No screenshot required.
Checklist: