whatsapp-web.js 1.22.2-alpha.0 → 1.22.2-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Client.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whatsapp-web.js",
3
- "version": "1.22.2-alpha.0",
3
+ "version": "1.22.2-alpha.1",
4
4
  "description": "Library for interacting with the WhatsApp Web API ",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",
package/src/Client.js CHANGED
@@ -172,7 +172,7 @@ class Client extends EventEmitter {
172
172
  }
173
173
  );
174
174
 
175
- const INTRO_IMG_SELECTOR = '[data-icon=\'chat\']';
175
+ const INTRO_IMG_SELECTOR = '[data-icon=\'search\']';
176
176
  const INTRO_QRCODE_SELECTOR = 'div[data-ref] canvas';
177
177
 
178
178
  // Checks which selector appears first