mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
# Pull Request Template ## Description This PR will remove the hexagon background image from public portal. Fixes https://linear.app/chatwoot/issue/CW-4013/remove-the-background-from-the-help-center ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested? **Screenshots** **Before** <img width="1507" alt="image" src="https://github.com/user-attachments/assets/3539631d-013b-4770-8bfc-643daf695e0d" /> <img width="1507" alt="image" src="https://github.com/user-attachments/assets/8f511a12-7f77-4301-a0db-bb8ef6f0e37f" /> **After** <img width="1507" alt="image" src="https://github.com/user-attachments/assets/4eb1a072-991c-4632-8c10-c7551def3a24" /> <img width="1507" alt="image" src="https://github.com/user-attachments/assets/555e9f69-317a-4bc9-97aa-0990908729fa" /> ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules