-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Description
Description:
- Currently, the page displays two footers at the bottom instead of just one. This creates a layout issue and makes the UI look cluttered.
Steps to Reproduce:
- Navigate to the About us page.
- Scroll to the bottom of the page.
- Observe that there are two footers rendered.
Expected Behavior:
- Only a single footer should be displayed at the bottom of the page.
Actual Behavior:
- Two footers are shown on the same page.
Possible Solution (Optional):
- Ensure layout templates include only one instance of the footer.
- Verify conditional rendering logic if multiple footers are being injected.