@skrillex1224/playwright-toolkit 2.1.236 → 2.1.238

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.
package/dist/browser.js CHANGED
@@ -2612,7 +2612,7 @@ var createActorInfo = (info) => {
2612
2612
  return `${safeProtocol}://${safeDomain}${safePath}`;
2613
2613
  };
2614
2614
  const buildIcon = ({ key }) => {
2615
- return `https://heartbitai.com/general/actors/${key}.png`;
2615
+ return `https://static.heartbitai.com/general/actors/${key}.png`;
2616
2616
  };
2617
2617
  const protocol = info.protocol || "https";
2618
2618
  const domain = normalizeDomain(info.domain);