Skip to content

Conversation

@moni525
Copy link

@moni525 moni525 commented Aug 24, 2025

🔖 PR Title:

Fix: Removed Google Translate popup issue on Contact Us page (#280)


📄 Description:

This PR fixes the issue where clicking the "Contact Us" link opened an unintended Google Translate popup.

  • Bug Fix ✅
  • New Feature ✨
  • Enhancement 🔧
  • Documentation 📝
  • UI/UX Update 🎨

🧑‍💻 What changes were made?

  • Removed
    from pages/contact.html.
  • Removed <script src="../language.js"></script> from pages/contact.html
  • Verified that the Contact Us link now works without triggering Google Translate.

📚 Documentation Updated?

  • Yes, I have updated the relevant section in README.md or related files.

🖼️ Screenshot or Screen Recording (max 15 seconds)

Before:
Screenshot 2025-08-21 180232

After:
Screenshot 2025-08-24 143914


💡 Tech Stack Used:

HTML / CSS / JavaScript


List of File Changed :

pages/contact.html

no. of file changed :1

🔗 Issue Reference:

Closes #280


🧩 Contribution Type:

  • Bug Fix 🐛

@github-actions
Copy link

👋 Hi @moni525, thank you for opening this Pull Request!
🔧 Please ensure the following:

  • ✅ Resolve any merge conflicts, if they exist.make sure you have updated your local repo to avoid conflicts. and solve in your local repo. do not solve in github editor.try to solve in your local repo in vs code or any other editor.
  • 🧾 Clearly mention the issue number you are solving (e.g., Fixes #issue_number).
  • 📎 Please update your PR description if anything is unclear or incorrect.
  • 📷 Attach a screenshot or screen recording of your fix.
  • 💬 Kindly share the PR link in the Discord server manually for better tracking.
  • @meetarora10 ,@camren88 please review this pr.

if follow the guidelines and fit to project then label according to pr otherwise close the pr.

Happy Contributing! 🚀

@VAIBHAVBABELE
Copy link
Owner

you remove the language conversion but i just want to remove iritating part not conversion.

@github-actions
Copy link

⚠️ Merge Conflict Detected!
Hi @moni525, your pull request currently has a merge conflict with the base branch. Please resolve the conflict so your PR can be merged.
---
## How to Resolve a Merge Conflict (Step-by-Step)
1. Checkout your PR branch:
bash git checkout fix-contact-link

  2. **Fetch the latest changes from the main branch:**
     ```bash
     git fetch origin
     git pull origin main
     ```
  
  3. **Git will show conflict markers in files with conflicts. Open those files, and manually edit them to resolve the differences. Conflict sections look like:**
     ```
     <<<<<<< HEAD
     Your changes
     =======
     Changes from base branch
     >>>>>>> main
     ```
  
  4. **After resolving the conflicts, mark them as resolved:**
     ```bash
     git add <file(s)-you-resolved>
     ```
  
  5. **Commit the resolution:**
     ```bash
     git commit -m "Resolve merge conflict"
     ```
  
  6. **Push your updated branch:**
     ```bash
     git push origin fix-contact-link
     ```
  
  ---
  
  🔗 [GitHub Docs: Resolving merge conflicts](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts)
  
  If you need any help, please ask your mentors by replying here!
  
  ---
  
  *This is an automated message to help you resolve merge conflicts and get your PR ready for review. Thank you!*

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.

Contact page link not working as expected

2 participants