Description
The application has already been updated with the new MeetOnMemory branding; however, the footer still displays the old logo. This results in inconsistent branding across the application.
The goal of this issue is to replace the old footer logo with the latest approved logo while maintaining proper sizing, spacing, responsiveness, and visual consistency.
Important: This issue is limited to updating the footer logo only. Do not modify the footer layout, content, or unrelated UI components.
Files to Review
client/src/components/Footer.jsx
client/src/assets/
Update any additional asset imports only if required.
Tasks
- Replace the old footer logo with the latest approved MeetOnMemory logo.
- Ensure the logo size and alignment remain visually balanced.
- Maintain consistent spacing with surrounding footer elements.
- Verify the logo displays correctly across desktop and mobile devices.
- Ensure the logo looks appropriate in both light and dark themes (if applicable).
- Remove any unused logo assets or imports related to the old branding.
Acceptance Criteria
- ✅ Footer displays the latest approved MeetOnMemory logo.
- ✅ Branding is consistent across the application.
- ✅ Logo is properly aligned and responsive.
- ✅ No layout or styling regressions are introduced.
- ✅ No console, lint, or build errors.
Before Opening a Pull Request
Run the following commands:
npm run format:check
npm run lint
npx prettier . --check
npm run build
Include Before & After screenshots of the footer in your Pull Request.
Difficulty: Good First Issue
Estimated PR Size: Small (≈10–40 LOC)
Description
The application has already been updated with the new MeetOnMemory branding; however, the footer still displays the old logo. This results in inconsistent branding across the application.
The goal of this issue is to replace the old footer logo with the latest approved logo while maintaining proper sizing, spacing, responsiveness, and visual consistency.
Files to Review
Update any additional asset imports only if required.
Tasks
Acceptance Criteria
Before Opening a Pull Request
Run the following commands:
npm run format:check npm run lint npx prettier . --check npm run buildInclude Before & After screenshots of the footer in your Pull Request.
Difficulty: Good First Issue
Estimated PR Size: Small (≈10–40 LOC)