-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): removed X logo from claim gems and possible linux click fix (#…
…1305) This PR removes the "X" logo from the `Claim Gems` button in the login modal. This is because we now support multi-auth logins. I also added `preventDefault` and `stopPropagation` to see if it fixes an issue where this button is not working on Linux. I don't have access to a Linux machine to test, so this is a shot in the dark fix. This is low risk though, since adding those event functions shouldn't effect anything on the working platforms. ![CleanShot 2024-12-23 at 17 10 37](https://github.com/user-attachments/assets/7d6c80c7-e5dd-42af-b2ef-bc7f7b73d486)
- Loading branch information
Showing
2 changed files
with
10 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters