Skip to content

Commit

Permalink
fix: whatsapp install desktop notice (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecialAro authored May 15, 2024
1 parent 073b40d commit ae724d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/whatsapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "whatsapp",
"name": "WhatsApp",
"version": "3.5.5",
"version": "3.5.6",
"license": "MIT",
"config": {
"serviceURL": "https://web.whatsapp.com",
Expand Down
3 changes: 2 additions & 1 deletion recipes/whatsapp/service.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
top: 0 !important;
}

._1Wk6A ._3YewW._31v_P._2Ptrm {
/* Hide install desktop application notice */
.xz9dl7a {
display: none;
}

Expand Down

0 comments on commit ae724d0

Please sign in to comment.