Skip to content

Conversation

@nikhil-2040
Copy link

📌 Linked Issue

  • Not linked to any issue

🛠 Changes Made

  • Added full-width underline styling to footer brand title.
  • Added consistent underline styling to footer section headings (Quick Links, Support, Contact Us).
  • Improved visual balance and consistency of the footer UI.

🧪 Testing

  • Ran unit tests (npm test)
  • Tested manually:
    • Verified footer headings show consistent underline styling.
    • Checked responsiveness on desktop and mobile view.

📸 UI Changes (if applicable)

Before After
N/A Footer headings now have consistent underline styling

📝 Documentation Updates

  • Updated README/docs
  • Added code comments

✅ Checklist

  • Created a new branch for PR
  • Have starred the repository
  • Follows JavaScript Styleguide
  • No console warnings/errors
  • Commit messages follow Git Guidelines

💡 Additional Notes

This change focuses on improving UI consistency without affecting existing functionality.

@netlify
Copy link

netlify bot commented Jan 21, 2026

Deploy Preview for smartrentsystem ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 68ff692
🔍 Latest deploy log https://app.netlify.com/projects/smartrentsystem/deploys/6970ed58730b390008364fdf
😎 Deploy Preview https://deploy-preview-155--smartrentsystem.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@hitesh-kumar123
Copy link
Owner

add issue number

@hitesh-kumar123
Copy link
Owner

add image before after

</a>
</div>
</div>
{/* Company Info */}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate comment detected. One of the {/* Company Info */} comments can be safely removed to avoid redundancy and improve readability.

@@ -61,55 +61,62 @@ const Footer = () => {
aria-label="Footer navigation"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider wrapping this section inside a semantic

element instead of only using aria-label. This improves accessibility and screen-reader navigation.

href="https://facebook.com"
target="_blank"
rel="noopener noreferrer"
className="bg-neutral-800/80 hover:bg-primary-600 text-white h-9 w-9 sm:h-10 sm:w-10 rounded-full
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency and maintainability, consider extracting a shared class or reusable component for social icons.

hover:rotate-[360deg]"
aria-label="Follow us on Facebook"
>
<i className="fab fa-facebook-f"></i>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Icons inside anchor tags should include aria-hidden="true" or be wrapped with visually hidden text to improve screen-reader accessibility.


<li>
<Link
to="/faq"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Route paths are hardcoded in multiple places. Defining route constants can improve scalability and reduce the risk of future routing inconsistencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants