AOSSIE-Org / AOSSIE-Org/PictoPy
[UI/UX] Align logo to the left for better header consistency
- Dominant language
- Python
- Stars
- 283
- Forks
- 679
- Avg merge
- 7d 2h
- Merged PRs (30d)
- 3
Description
**Description**
The Problem: Explain why the logo shouldn't be where it currently is.
the current logo position was disturbing the consistency of the navbar
**Current Behavior**
The application logo in the top navigation bar is centered within its container.
**Expected Behavior**
The application logo is aligned to the left with appropriate padding.
**Scope**
modified frontend/src/components/Navigation/Navbar/Navbar.tsx for using justify-start.
**Additional Notes**
I have a local implementation ready and can open a PR if this approach is approved.
**Screenshots**
Before:
After:
**Record**
- [x] I agree to follow this project's Code of Conduct
- [x] I want to work on this issue
Contributor guide
Assessment
This issue has not been assessed yet.