Skip to content

Commit

Permalink
Update "Report a bug" button to be less eyecatching (#1972) (#2376)
Browse files Browse the repository at this point in the history
* Update "Report a bug" button to be less eyecatching

* Hopefully fix vercel build by reverting changes related to yarn
  • Loading branch information
Hex-4 authored Oct 8, 2024
1 parent 77e41fb commit a373be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/navbar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
width: 24px;
}

.stuckBtn {
.stuckBtn:not(:disabled):hover {
background-color: rgb(255, 66, 66);
}

Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7404,4 +7404,4 @@ zod@^3.20.6:
zwitch@^2.0.0, zwitch@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7"
integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==
integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==

0 comments on commit a373be8

Please sign in to comment.