Domain:
Frontend / UI
Difficulty:
Intermediate (since 2 updates)
Problem / steps to reproduce (for bugs)
- The app still shows the old AGPB logo in various UI elements (navbar, favicon, header, etc.).
- The new PULA logo has been designed but has not yet been integrated into the app.
Expected outcome / task:
- Replace all UI occurrences of the old AGPB logo with the new PULA logo.
- Ensure the new logo appears correctly in:
- Navbar / header
- Favicon (if applicable)
- Any other UI component showing the old logo
- Maintain proper size, spacing, and alignment using Tailwind CSS.
- The logo should work in both light and dark modes if applicable.
- Ensure the app layout does not break after replacing the logo.
Any links or references:
Setup Steps (short):
- Get the new PULA logo files (SVG/PNG).
- Locate all places in the frontend where the old AGPB logo is used.
- Replace the logo with the new PULA logo, adjusting size and alignment as necessary.
- Test the application to ensure the new logo displays correctly in all instances and screen sizes.
- Verify the favicon (if applicable) is updated with the new logo.