Skip to content

feat: add official email aossie.oss@gmail.com to footer#350

Open
Muneerali199 wants to merge 4 commits intoAOSSIE-Org:devfrom
Muneerali199:add-official-email-footer
Open

feat: add official email aossie.oss@gmail.com to footer#350
Muneerali199 wants to merge 4 commits intoAOSSIE-Org:devfrom
Muneerali199:add-official-email-footer

Conversation

@Muneerali199
Copy link
Copy Markdown
Contributor

@Muneerali199 Muneerali199 commented Mar 27, 2026

Summary

Description

  • Added FaEnvelope icon from react-icons
  • Added mailto link for aossie.oss@gmail.com
  • Placed email icon first in the socials section

Closes #278

Summary by CodeRabbit

Release Notes

  • New Features
    • Added an email contact link to the footer's social section, enabling users to reach out directly via email from the footer navigation.

@Muneerali199 Muneerali199 requested a review from a team as a code owner March 27, 2026 07:31
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 27, 2026

📝 Walkthrough

Walkthrough

Added an email contact link to the footer component, enabling users to reach out to aossie.oss@gmail.com. The addition includes the envelope icon, proper accessibility attributes, and standard link attributes.

Changes

Cohort / File(s) Summary
Email Contact Link Addition
app/components/Layout/Footer/index.jsx
Added mailto link with envelope icon (FaEnvelope), aria-label, and rel/target attributes for email communication endpoint.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A little link hops into the footer's embrace,
An envelope icon, a warm landing place,
aossie.oss@gmail.com, shining so bright,
Now business inquiries can land just right! 📧

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: adding an official email address to the footer, matching the actual code modifications.
Linked Issues check ✅ Passed The pull request successfully implements all requirements from issue #278: adding aossie.oss@gmail.com email contact to the footer with proper mailto link and icon.
Out of Scope Changes check ✅ Passed All changes are directly related to the objective of adding an official email contact to the footer; no unrelated or out-of-scope modifications are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
app/components/Layout/Footer/index.jsx (1)

5-5: Optional cleanup: consolidate react-icons/fa imports.

This works as-is; you can merge FaEnvelope into the existing react-icons/fa import to keep imports tidier.

♻️ Suggested cleanup
-import { FaLinkedinIn, FaGithub } from "react-icons/fa";
+import { FaLinkedinIn, FaGithub, FaEnvelope } from "react-icons/fa";
 import { BsTwitterX } from "react-icons/bs";
-import { FaEnvelope } from "react-icons/fa";
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@app/components/Layout/Footer/index.jsx` at line 5, Import consolidation:
remove the separate import of FaEnvelope and add FaEnvelope to the existing
named import from "react-icons/fa" (the symbol to update is FaEnvelope and the
existing import line from "react-icons/fa"); this keeps all FontAwesome icons
imported from the same statement and tidies up the imports.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@app/components/Layout/Footer/index.jsx`:
- Line 5: Import consolidation: remove the separate import of FaEnvelope and add
FaEnvelope to the existing named import from "react-icons/fa" (the symbol to
update is FaEnvelope and the existing import line from "react-icons/fa"); this
keeps all FontAwesome icons imported from the same statement and tidies up the
imports.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: cddc30d0-ccb5-4ea5-a2b1-14215b915f0a

📥 Commits

Reviewing files that changed from the base of the PR and between ee40ec9 and 109bf76.

📒 Files selected for processing (1)
  • app/components/Layout/Footer/index.jsx

@Muneerali199 Muneerali199 changed the base branch from main to dev March 27, 2026 07:33
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.

Update Footer to Include Missing Official Email Communication Endpoint : aossie.oss@gmail.com

3 participants