Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed company icon issue #960

Merged
merged 1 commit into from
Nov 24, 2024
Merged

Conversation

Chelakhovl
Copy link
Collaborator

Problem:
The 'Company' icon in the top-right corner of the header only triggered the expected action when clicking directly on the image. Clicking on the empty space within the circle did not work.

Solution:
The onClick handler was moved from the tag to the parent

container, ensuring that the entire circle is clickable, not just the image.

Changes:
Updated the Profile component to attach the click event to the container instead of the image.
No changes were made to the functionality, only improved the user experience (UX).
Testing:
Verified that clicking anywhere within the circle correctly opens the company information tab.
Related Issue:
Issue #928

@Chelakhovl Chelakhovl self-assigned this Nov 22, 2024
@Chelakhovl Chelakhovl merged commit c0aaa10 into develop Nov 24, 2024
4 checks passed
@Chelakhovl Chelakhovl deleted the bugfix/company-icon-click-issue-928 branch November 29, 2024 08:55
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