From ae724d09560576253952f8884497a8d797215ae1 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Wed, 15 May 2024 15:17:51 +0100 Subject: fix: whatsapp install desktop notice (#548) --- recipes/whatsapp/package.json | 2 +- recipes/whatsapp/service.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/whatsapp/package.json b/recipes/whatsapp/package.json index 02baf22..ecf4cd5 100644 --- a/recipes/whatsapp/package.json +++ b/recipes/whatsapp/package.json @@ -1,7 +1,7 @@ { "id": "whatsapp", "name": "WhatsApp", - "version": "3.5.5", + "version": "3.5.6", "license": "MIT", "config": { "serviceURL": "https://web.whatsapp.com", diff --git a/recipes/whatsapp/service.css b/recipes/whatsapp/service.css index b80847f..cf95e32 100644 --- a/recipes/whatsapp/service.css +++ b/recipes/whatsapp/service.css @@ -8,7 +8,8 @@ top: 0 !important; } -._1Wk6A ._3YewW._31v_P._2Ptrm { +/* Hide install desktop application notice */ +.xz9dl7a { display: none; } -- cgit v1.2.3-70-g09d2